Library not loaded
Closed this issue · 1 comments
xumo commented
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
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