kylemcdonald / ofxEdsdk

Interfacing with Canon cameras from openFrameworks for OSX. An alternative to ofxCanon and CanonCameraWrapper.
Other
111 stars 51 forks source link

Library not loaded #25

Closed xumo closed 9 years ago

xumo commented 9 years ago

Hi, I have a runtime error: dyld: Library not loaded: @executable_path/../Frameworks/DPP.framework/Versions/A/DPP Referenced from: /Users/rodrigo/Herramientas/of_v0.8.4_osx_release/apps/myApps/FanDelArte/bin/FanDelArte.app/Contents/MacOS/FanDelArte Reason: image not found

I'm running OSX 10.9.5 Xcode Version 6.0.1 (6A317) of_v0.8.4

¿Any thoughts?

xumo commented 9 years ago

Sorry, I found the answer by looking at the cinder block "if you get a Library not loaded error when starting the app, go to the Copy Files section of Build Phases and select Frameworks from the Destionation dropdown menu. Trying to figure out how to include this in the tinderbox config xml."

That did the trick

Cheers