dyld: Library not loaded: & embedded app resources
Anthony B Arthur
brianarthur at nc.rr.com
Fri Sep 21 01:25:46 PDT 2007
How do I stop my app from looking in /Library/Frameworks for third
party frameworks? These frameworks were originally added to the
project from that path, but now I want the app to load them from
within the app bundle. I have followed all the steps to prepare my
frameworks to be embedded (http://rentzsch.com/share/
embeddingFrameworks.mov), created a copy file rule for them, but the
app still wants to load them from /Library/Frameworks.
dyld: Library not loaded: /Library/Frameworks/EKFormKit.framework/
Versions/A/EKFormKit
<blah>
Reason: image not found
How can I persuade the app to stop looking there for resources?
Thanks,
--Brian
More information about the MacOSX-dev
mailing list