MacCommonErrors         Solutions to various Mac OS X specific build errors
Print

Errors with frameworks

dyld: Library not loaded: @executable_path/../Frameworks/Ogre.framework/Versions/A/Ogre
  Referenced from: /Users/xyz/Projects/ogrenew/Mac/XCode/Samples/build/BezierPatch.app/Contents/MacOS/BezierPatch
  Reason: image not found
 
BezierPatch has exited due to signal 5 (SIGTRAP).

 
or

2005-08-29 22:40:54.058 Water[4172] -[OgreConfigWindowController loadWindow]: failed to load window nib file '/Library/Frameworks/Ogre.framework/Versions/A/Resources/OgrePlatform.bundle/Contents/Resources/config.nib'.
2005-08-29 22:40:54.059 Water[4172] -[OgreConfigWindowController loadWindow]: failed to load window nib file '/Library/Frameworks/Ogre.framework/Versions/A/Resources/OgrePlatform.bundle/Contents/Resources/config.nib'.
2005-08-29 22:40:54.060 Water[4172] -[OgreConfigWindowController loadWindow]: failed to load window nib file '/Library/Frameworks/Ogre.framework/Versions/A/Resources/OgrePlatform.bundle/Contents/Resources/config.nib'.
2005-08-29 22:40:54.060 Water[4172] *** Assertion failure in -[SDLApplication _commonBeginModalSessionForWindow:relativeToWindow:modalDelegate:didEndSelector:contextInfo:], AppKit.subproj/NSApplication.m:2763
2005-08-29 22:40:54.061 Water[4172] Exception raised during posting of notification.  Ignored.  exception: Modal session requires modal window

 
Solution :

You may have your frameworks in the wrong place. Move them like this :

In ~/Library/Frameworks :

  • CG
  • Ogre
  • SDL
  • zzip

 
In /Library/Frameworks :

  • IL

 


Contributors to this page: jacmoe133512 points  and Spacegaier4386 points  .
Page last modified on Sunday 03 of January, 2010 01:11:10 UTC by jacmoe133512 points .


The content on this page is licensed under the terms of the Creative Commons Attribution-ShareAlike License.
As an exception, any source code contributed within the content is released into the Public Domain.