@Evan-Splash said in Warning Xcode 15:
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.
As I thought... It was necessary to remove support for 32-bit versions of Mac OS in the project settings.
Now the compiled plugins and app launch and work correctly :)