dyld: Library not loaded: & embedded app resources
Christiaan Hofman
cmhofman at gmail.com
Fri Sep 21 01:41:46 PDT 2007
Did you link to the correct copy of the library in the Link Binary
With Libraries build phase?
Christiaan
On 21 Sep 2007, at 10:25 AM, Anthony B Arthur wrote:
> 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
> _______________________________________________
> MacOSX-dev mailing list
> MacOSX-dev at omnigroup.com
> http://www.omnigroup.com/mailman/listinfo/macosx-dev
More information about the MacOSX-dev
mailing list