Re: Framework in the app bundle not being found
Re: Framework in the app bundle not being found
- Subject: Re: Framework in the app bundle not being found
- From: Nick Zitzmann <email@hidden>
- Date: Tue, 13 Sep 2005 23:19:20 -0600
On Sep 13, 2005, at 5:06 PM, Scott Lahteine wrote:
This message gets thrown on any Mac if the smpeg.library is not
found in ~/Library/Frameworks or /Library/Frameworks. The program
will launch if smpeg.framework is in either of these Frameworks
folders, but not the one in the application bundle.
dyld expects all frameworks linked to an application to be located in
either a standard frameworks directory, or at the location specified
by the framework's installation path.
What build setting in the "SDL_mixer.framework" XCode project could
prevent MyApp/Contents/Frameworks from being searched for smpeg at
launch?
Application bundle framework directories aren't searched by dyld, and
there's no way to make it do so. You'll need to adjust the
framework's installation path to work around this. Try searching
around for information about "@executable_path"; that should get you
started.
Nick Zitzmann
<http://seiryu.home.comcast.net/>
S/MIME signature available upon request
_______________________________________________
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