Warning Xcode 15
-
@ulrik No, however it was with an older version of HISE (From July). The newer Develop is throwing this error now.
Where is the Build Phases tab in XCode? I can't see it anywhere
EDIT - Found it - have to click on the actual project in left menu bar
-
-
@DanH Hmm...I wonder if it was just pure luck I had, I have to try it again with another project
-
@ulrik yeah it could be to do with the project, the two I have tried are very different (one with Faust - fail)... I'd need to spend more time working it out.
Or... hope that @Christoph-Hart comes to save the day
-
-
I'm fiddling with JUCE these days and I used the latest version of JUCE to try to compile a plugin with Xcode15. I get an error because I'm not using the modified version of JUCE that HISE is using - that's expected - but the Cycle error is gone.
@Christoph-Hart to the rescue ?
-
FYI I'm also having problems with Whitebox Packages in Sonoma - have to reinstall Packages every time I want to use it.
Hold off upgrading as long as you can
-
Compiled a standalone just fine FYI
-
@DanH ah? Did you do something special?
On my side, building packages is working fine here on sonoma... -
@Matt_SF Nope - but there's no faust or anything. Quite a basic project, just a simple synth
Hmmm.. why is my packages broken then?!
-
Hmmm.. why is my packages broken then?!
What is the problem?
-
@Matt_SF haven't had time to investigate properly but if you have any ideas let me know - If I reinstall packages then it works, but every time the computer is restarted this happens...
-
@DanH ah could be a permissions thing...
-
@DanH did you see this ? :
http://s.sudre.free.fr/Software/Packages/Q&A_7.html
Could be a (Full Disk Access) permission thing
-
@Matt_SF Yeah I just tried that and sadly hasn't made a difference, thanks though
-
:D
-
@d-healey Thanks for the moral support Dave
-
@Christoph-Hart have you been able to remember what you did to get HISE to export on Sonoma yet?! :)
-
@Christoph-Hart said in Warning Xcode 15:
@ulrik It's working here on Xcode 15 too, but I also remember getting that error once. I don't know what I did to get rid of it, looks like a classic case of subconsciously fighting against the macOS weirdness.
Have you found how to make it work yet?
-
I was able to run Xcode 14 on Sonoma using these instructions:
- Download and unpack Xcode 14.3.1 ( https://xcodereleases.com/ )
- Right click and select "Show Package Contents"
- Navigate to Contents
- Open the Info.plist file
- Alter CFBundleVersion from 21815 to 22265
- Save change
- Right click Xcode 14.3.1 bundle and select "Open"
The vsti, au and app compile successfully in the HISE, but Logic Pro and Studio One crashes when trying to load the compiled plugin. The Standalone application also crashes.
True, this is my first time on a Mac and Iβm not sure that itβs the combination of Xcode14 and Sonoma, maybe Iβm making some stupid mistake, for example in the project settings.
Although the same project works fine on Windows.