Won't run on OSX

Just did a 'git pull' and rebuild of Introjucer, and OSX tells me it cannot run:

 


Process:         Introjucer [24329]
Path:            /Users/USER/*/Introjucer.app/Contents/MacOS/Introjucer
Identifier:      com.rawmaterialsoftware.introjucer
Version:         ???
Code Type:       X86-64 (Native)
Parent Process:  launchd [248]
Responsible:     Introjucer [24329]
User ID:         501
Date/Time:       2014-11-05 08:32:16.726 +0200
OS Version:      Mac OS X 10.9.5 (13F34)
Report Version:  11
Anonymous UUID:  B5B4E542-E29D-1728-6195-9E2AC8960B7C
Sleep/Wake UUID: D006C60A-9075-4F17-AC88-6F683C2C54DE
Crashed Thread:  0
Exception Type:  EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000002, 0x0000000000000000
Application Specific Information:
dyld: launch, loading dependent libraries
Dyld Error Message:
  Symbol not found: _OBJC_CLASS_$_NSHTTPURLResponse
  Referenced from: /Users/USER/*/Introjucer.app/Contents/MacOS/Introjucer
  Expected in: /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
 in /Users/USER/*/Introjucer.app/Contents/MacOS/Introjucer

Nope.. definitely works ok. The error makes no sense, it's talking about a symbol that has been unchanged for years. Perhaps your repo or project have got messed up - try a clean pull and rebuild?

I just got this too, straight after (stupidly) upgrading Xcode... investigating..

While loading a plugin.  Introjucer compiled...
COLD:
2014-11-14 09:55:56.227 auvaltool[4180:d07] Error loading /Users/jim/Library/Audio/Plug-Ins/Components/JcfPitchShift.component/Contents/MacOS/JcfPitchShift:  dlopen(/Users/jim/Library/Audio/Plug-Ins/Components/JcfPitchShift.component/Contents/MacOS/JcfPitchShift, 262): Symbol not found: _OBJC_CLASS_$_NSHTTPURLResponse
  Referenced from: /Users/jim/Library/Audio/Plug-Ins/Components/JcfPitchShift.component/Contents/MacOS/JcfPitchShift
  Expected in: /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
 in /Users/jim/Library/Audio/Plug-Ins/Components/JcfPitchShift.component/Contents/MacOS/JcfPitchShift
FATAL ERROR: OpenAComponent: result: -50,0xFFFFFFCE
 

Ah - New Xcode defaults to 10.10 compatibility even though I'm running it on 10.9 *yawns*  Set compatibility version back and it's fine.  

Hi,

  I hit the same problem. Here is how to force the right sdk with xcodebuild;

xcodebuild  -sdk macosx10.9