Hi all,
I was developing projects on Xcode 3.0 for few months. Recently I upgraded it to Xcode3.1. Now I added QuickLite Framework to my application. When running the application it interrupts showing that :
dyld: Library not loaded: @executable_path/../Frameworks/QuickLite.framework/Versions/A/QuickLite
Referenced from: /Users/Newtok/Desktop/mahaboob/OutlineViewTest/build/Debug/OutlineViewTest.app/Contents/MacOS/OutlineViewTest
Reason: image not found.
I added the framework like exactly I did with Xcode 3.0.ie
1. added the framework in projects folder.
2.added the framework into project by Add -> Existing Frameworks
3.Under the Target Add ->New Build Phase -> New Copy Build Phase. Then opens one window and in path I typed Frameworks. Dragged the framework into Copy File.
What is wrong with my steps ?
In xcode 3.0 it was working smoothly.
Thanking in advance.
I was developing projects on Xcode 3.0 for few months. Recently I upgraded it to Xcode3.1. Now I added QuickLite Framework to my application. When running the application it interrupts showing that :
dyld: Library not loaded: @executable_path/../Frameworks/QuickLite.framework/Versions/A/QuickLite
Referenced from: /Users/Newtok/Desktop/mahaboob/OutlineViewTest/build/Debug/OutlineViewTest.app/Contents/MacOS/OutlineViewTest
Reason: image not found.
I added the framework like exactly I did with Xcode 3.0.ie
1. added the framework in projects folder.
2.added the framework into project by Add -> Existing Frameworks
3.Under the Target Add ->New Build Phase -> New Copy Build Phase. Then opens one window and in path I typed Frameworks. Dragged the framework into Copy File.
What is wrong with my steps ?
In xcode 3.0 it was working smoothly.
Thanking in advance.