openframeworks / OFXcodeMenu

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

Need to add copy files phase for frameworks (ex. ofxSyphon, ofxEdsdk) #17

Closed admsyn closed 9 years ago

admsyn commented 10 years ago

Or else you get dyld errors as such:

dyld: Library not loaded: @loader_path/../Frameworks/Syphon.framework/Versions/A/Syphon
...
 Reason: image not found
ioio commented 10 years ago

Could you be more explicit , have this problem... thank you.

admsyn commented 10 years ago

Yepp. When you need to link against a framework that's not a system framework (like Syphon) you need to add a copy of the framework to your app.

To do this: