Hallo,
ich habe ein Projekt, welches gegen eine Library (Qwt) linken muss. Beim Ausführen der Anwendung bekomme ich folgenden Output:
[Session started at 2006-05-31 23:23:13 +0200.]
dyld: Library not loaded: libqwt.5.dylib
Referenced from: /Users/cmk/Schulprojekt/simulation2/build/Debug/simulation2.app/Contents/MacOS/simulation2
Reason: image not found
simulation2 has exited due to signal 5 (SIGTRAP).
Habe mich mal auf die Suche gemacht und folgendes gefunden:
"Sometimes you might get a runtime error like this:
[Session started at 2006-02-11 08:56:32 +0200.]
dyld: Library not loaded: @executable_path/../Frameworks/OgreKit.framework/Versions/A/OgreKit
Referenced from: /Users/peti/Programming/pjetexst/build/Debug/pjetexst.app/Contents/MacOS/pjetexst
Reason: image not found
pjetexst has exited due to signal 5 (SIGTRAP).
This means you forgot to create a Copy Files build phase for the library in question. This error signifies that the framework is meant to be embedded in your .app. In this case, simply linking against it is not enough, you have to make sure that it really does get bundled in your .app. The Copy Files phase will ensure this. To do this, drag the specific framework icon from the framework section into the Copy Files icon under your specific target and rebuild."
Habe ich gemacht - siehe screenshot - woran könnte es noch liegen?
Danke.
ich habe ein Projekt, welches gegen eine Library (Qwt) linken muss. Beim Ausführen der Anwendung bekomme ich folgenden Output:
[Session started at 2006-05-31 23:23:13 +0200.]
dyld: Library not loaded: libqwt.5.dylib
Referenced from: /Users/cmk/Schulprojekt/simulation2/build/Debug/simulation2.app/Contents/MacOS/simulation2
Reason: image not found
simulation2 has exited due to signal 5 (SIGTRAP).
Habe mich mal auf die Suche gemacht und folgendes gefunden:
"Sometimes you might get a runtime error like this:
[Session started at 2006-02-11 08:56:32 +0200.]
dyld: Library not loaded: @executable_path/../Frameworks/OgreKit.framework/Versions/A/OgreKit
Referenced from: /Users/peti/Programming/pjetexst/build/Debug/pjetexst.app/Contents/MacOS/pjetexst
Reason: image not found
pjetexst has exited due to signal 5 (SIGTRAP).
This means you forgot to create a Copy Files build phase for the library in question. This error signifies that the framework is meant to be embedded in your .app. In this case, simply linking against it is not enough, you have to make sure that it really does get bundled in your .app. The Copy Files phase will ensure this. To do this, drag the specific framework icon from the framework section into the Copy Files icon under your specific target and rebuild."
Habe ich gemacht - siehe screenshot - woran könnte es noch liegen?
Danke.
Die Objective-Cloud ist fertig wenn sie fertig ist. Beta heißt Beta.
Objective-C und Cocoa Band 2: Fortgeschrittene
Cocoa/Objective-C Seminare von [co coa:ding].
Objective-C und Cocoa Band 2: Fortgeschrittene
Cocoa/Objective-C Seminare von [co coa:ding].
