|
#1
| |||
| |||
| How can i add framework to my cocoa appl hi, How can i add GCdrawKit framework to my cocoa application?We are using xCode version 3.0 and Lepard machine. When i run the program it displays the following error in the debug window after adding GCdrawkit (by using add-<existing framework): run [Switching to process 3272 local thread 0x2f1b] dyld: Library not loaded: @executable_path/../Frameworks/GCDrawKit.framework/Versions/A/GCDrawKit Referenced from: /Users/Newtok/Desktop/vinitha/Simple Inspector/build/Debug/Simple Inspector.app/Contents/MacOS/Simple Inspector Reason: image not found - Thanks in advance |
|
#2
| |||
| |||
| You need to embed the framework into your application bundle:
Repeat steps 4 & 5 for any additional frameworks you have. Last edited by cekim; May 8th, 2008 at 04:57 AM. Reason: fixed typo |
![]() |
| Thread Tools | |
|
|