Compiling VST3 SDK on OS X 10.11 - Xcode 7.3.1

DSP, Plugin and Host development discussion.
Post Reply New Topic
RELATED
PRODUCTS

Post

Hello Everybody :)

I'm attempting to update a plugin GUI I did back in OS X 10.6.8, and while I'm at it I also go for a VST3 Version as well...

At first I wasn't able to compile as I was receiving this message from xcode
»The run destination My Mac is not valid for running the scheme '(name of plug)'.«

Then I figured it was a matter of the base.xcodeproj settings.

So I went into the base.xcodeproj --> config ---> --> settings
and copied the file
'sdk_deployment_10_7.xxconfig' and renamed it 'sdk_deployment_10_11.xxconfig'

and changed the two lines :
MACOSX_DEPLOYMENT_TARGET = 10.6 <---- change this to 10.10
SDKROOT = macosx10.8 <---- and this to 10.11

// Architecture <--- keeping these unchanged
//ARCHS = ppc i386
ARCHS = i386 x86_64
//ARCHS = x86_64

And voilá, everything compiles nicely with a couple of warnings, as the SDK is from the days of Mac os x 10.5 base SDK's

So, not being a very skilled coder ( to put it mildly) I am now on the quest to put a GUI on top af my old plug, but that's a completely different story....

Cheers :)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
You don't have to know the world to feel it, but you have to feel it to know it

Post Reply

Return to “DSP and Plugin Development”