• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Framework in the app bundle not being found
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >Framework in the app bundle not being found (From: Scott Lahteine <email@hidden>)

  • Prev by Date: Re: Debugging a bundle
  • Next by Date: Can I force XCode to place my product where I want it?
  • Previous by thread: Framework in the app bundle not being found
  • Next by thread: Debugging a bundle
  • Index(es):
    • Date
    • Thread