Skip to main content

History: MacCommonErrors

Source of version: 3 (current)

Copy to clipboard
            !!Errors with frameworks
{CODE(wrap="1", colors="c++")}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).{CODE}

or

{CODE(wrap="1", colors="c++")}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 {CODE}

Solution : 

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

In {MONO()}~/Library/Frameworks{MONO} :
* CG
* Ogre
* SDL
* zzip

In /Library/Frameworks :
* IL