How may I (if it's even possible) change the SDK
Xcode's associated Instruments
app uses?
Background
I am building a VST
synth with Juce and want to profile it in OS X Instruments
. However, I recently found out that Instruments uses the latest OS X SDK by default but my synth will not show up in the host Ableton Live
due to a framework bug which is solved by using an SDK less than 10.11
. I therefore wish to choose say 10.10
SDK for Instruments to enable Profiling.