Dyld Error Message: Library not loaded
OS X 10.9
Xcode 5.0
I have an Xcode project that contains a sub-project. The sub project is a framework. When I build and run from within the project all works well. However, when I deploy the application and run it from “Finder” I get the error:
Dyld Error Message: Library not loaded
Reason: image not found
My Framework does not appear in the "/Library/Frameworks" directory even though I have an entry in the projects target Build Phase "Copy Files" section. What am I missing???
Mac mini, OS X Mavericks (10.9.1)