Projucer Crash

Just downloaded the new MAC grapefuite, first impression - "CRASH". 


Process:         Projucer [3205]
Path:            /Users/USER/Downloads/*/Projucer.app/Contents/MacOS/Projucer
Identifier:      com.juce.theprojucer
Version:         ???
Code Type:       X86-64 (Native)
Parent Process:  launchd [664]
Responsible:     Projucer [3205]
User ID:         501
Date/Time:       2015-11-15 10:20:35.824 -0800
OS Version:      Mac OS X 10.9.5 (13F1096)
Report Version:  11
Anonymous UUID:  D9088457-4E4C-F98F-1CAB-8C084FCD8281
Sleep/Wake UUID: 8C812019-6753-4BEE-9F9E-F36A5D5C5153
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/Downloads/*/Projucer.app/Contents/MacOS/Projucer
  Expected in: /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
 in /Users/USER/Downloads/*/Projucer.app/Contents/MacOS/Projucer

a quick google search found this

http://stackoverflow.com/questions/24524742/dyld-symbol-not-found-objc-class-nshttpurlresponse

 

(The link you posted is about iOS)

Perhaps you're trying to run it on an older version of OSX? It's only designed to work on 10.10 or later.

You might want to put the requirements on the download page. I'm on 10.9 and it crashed for me too. Better yet, make it compatible with older OS versions. wink