VST/AU builds fail after upgrading to Xcode 15

Should add if you need to change your deployment target (to say 10.13) you can do this when you generate the project by passing -DCMAKE_OSX_DEPLOYMENT_TARGET=10.13 to the cmake command.

1 Like