XCode private framework problems
I'm trying to embed a private framework into a project A. I created the framework and set the Installation Directory to:
@executable_path/../Frameworks
In project A i added a build phase to copy the framework i needed and also added the framework in: External Frameworks and Libraries.
When i run project A it says it cannot find the framework and otool -L is saying that the respective framework is looked for in: /Library/Frameworks. Why is this so?
@executable_path/../Frameworks
In project A i added a build phase to copy the framework i needed and also added the framework in: External Frameworks and Libraries.
When i run project A it says it cannot find the framework and otool -L is saying that the respective framework is looked for in: /Library/Frameworks. Why is this so?
Possibly Related Threads...
| Thread: | Author | Replies: | Views: | Last Post | |
| GLFW Xcode 3 Problems | Matt328 | 0 | 1,950 |
Nov 21, 2008 05:55 AM Last Post: Matt328 |
|
| SDL/SDL_mixer problems with Xcode | poffy | 1 | 2,990 |
Mar 7, 2006 02:45 AM Last Post: OneSadCookie |
|
| More SDL C++ Xcode 1.2 problems | samfold | 2 | 2,139 |
Dec 9, 2005 02:34 PM Last Post: samfold |
|

