Warning Xcode 15
-
@d-healey Aha, ok I see what you mean, it's a bit misguiding info, I think as Matt says, up to next major release
-
@Matt_SF I did what you did, downloaded 14.3.1 and runned the executable inside the package in the terminal, and managed to compile to VST3 and au, I'm not so sure it's wise to do it though
-
@ulrik I have actually managed to export all formats, au / vst3 / aax ....
-
@ulrik Ok I tried some more with Xcode 15, in "Build Phases" tab, the "Shared Code" was at the bottom, I moved it up to be handled first, and bingo, it worked (don't ask me why )
I just searched the internet and found some people talking about the same issue as me.Moved the Shared Code
to the top in the Build Phases
-
@ulrik odd, I think we read the same posts! I also tried that but didn't work... I'll try again
-
@ulrik Makes sense because the shared code is shared between the other build stages, so if it doesn't exist first those other stages won't work.
-
@Matt_SF said in Warning Xcode 15:
@ulrik odd, I think we read the same posts! I also tried that but didn't work... I'll try again
nope, still no luck...
-
@DanH said in Warning Xcode 15:
@ulrik I have actually managed to export all formats, au / vst3 / aax ....
in Sonoma with Xcode 15?
Did you have to do something special to make it work? -
@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...