Difficulty embedding linked frameworks in a Cocoa bundle
Difficulty embedding linked frameworks in a Cocoa bundle
- Subject: Difficulty embedding linked frameworks in a Cocoa bundle
- From: "Stephen F. Booth" <email@hidden>
- Date: Sat, 23 Aug 2008 09:48:52 -0700
I'm attempting to build a plug-in (for an application) which is built as a Cocoa bundle. The bundle in question contains two frameworks I've compiled, musicbrainz3.framework and neon.framework. The musicbrainz3 I've built depends on my own hand-rolled neon, because although the system contains /usr/lib/libneon.dylib, the 10.5 SDK does not contain the headers for it.
I'm able to build the plug-in successfully, and both the frameworks are copied to the bundle's Frameworks folder. The problem comes at runtime, when the loader can't find the image for my neon.framework (referenced from musicbrainz3). I've set the install path for the musicbrainz3.framework to @loader_path/../Frameworks which works correctly. I'm stumped as to what to set the install path for neon.framework. I've tried many combinations of @loader_path with no luck.
Can anyone shed some light on how to do this?
Thanks,
Stephen
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden