Warning Xcode 15
-
Updated today, not able to compile anymore.
I get this warning:Finished saving: Linux Makefile Compiling Instrument plugin MultiSynth ... Building targets in manual order is deprecated - check "Parallelize build for command-line builds" in the project editor, or set DISABLE_MANUAL_TARGET_ORDER_BUILD_WARNING in any of the targets in the current build to suppress this warning ❌ error: Cycle inside MultiSynth - AU; building could produce unreliable results. Build Carbon Resources build phases are no longer supported. Rez source files should be moved to the Copy Bundle Resources build phase. (in target 'MultiSynth - AU' from project 'MultiSynth') ** BUILD FAILED **
I guess it has to do with Xcode 15
-
@ulrik reverted to 14.3.1 and now it's compiling again, hooray!!
-
@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.
-
-
@ulrik I want to install macOS Sonoma but I'm unsure if there are problems with the current XCode 15 version.
Does macOS Sonoma accept XCode 14?
-
-
-
@orange As @Matt_SF says, you will need v.15 for Sonoma.
I also had to update one computer to Sonoma and I still have the "Cycle inside MultiSynth....." issue with Xcode 15 :(@Christoph-Hart do you remember how you solved the issue?
-
@ulrik But it says 12.5+ for xcode 14, doesn't that mean anything above 12.5?
-
-
@ulrik Am in the same position!
-
@ulrik That's bad, so Ventura should still stay
-
@ulrik I still don't get it, what does 12.5+ mean then?
-
@d-healey Where do you see 12.5+ ?
-
@d-healey Maybe it means : "compatible with anything above 12.5 ... up to the next version, which is 13.0" ?
Just to be sure, I downloaded XCode 14.3.1 and I do get a warning saying that this version is not compatible with my OS. -
-
@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