openframeworks / OFXcodeMenu

OpenFrameworks plugin for Xcode, adds addons to your project
MIT License
265 stars 33 forks source link

Crashing XCode 5.1 #11

Closed JimW closed 10 years ago

JimW commented 10 years ago

This is a very useful plugin, but crashes the very latest XCode - Version 5.1 (5B130a) Only by uninstalling the plugin will XCode start. Same issue with the precompiled version. Worked fine with the previous version of XCode..

admsyn commented 10 years ago

Can you give me the stack trace you get when Xcode crashes? Also details on your system?

admsyn commented 10 years ago

Turns out this appears to be an issue with the deployment target when the plugin is run on OSX 10.8. Setting it to 10.8 makes it work.