Framework in external project; Copy Files not working
Framework in external project; Copy Files not working
- Subject: Framework in external project; Copy Files not working
- From: Derrick Bass <email@hidden>
- Date: Tue, 10 Oct 2006 02:36:30 +0000
I have an application that is using a framework that's made by an
external project. I'm having trouble copying it into the
application's bundle (linking is working fine). I created a Copy
Files build phase, set the Destination to Frameworks and dragged the
framework into the build phase.
The issue seems to be that Xcode is looking in the wrong place for
the framework. The external project is in the DatabaseProject
subdirectory, so it should be looking for the framework in ~/code/
Extractor/DatabaseProject/build/Debug but instead it's looking in ~/
code/Extractor/build/Debug.
Here's an excerpt from the build log:
PBXCp build/Debug/extractor.app/Contents/Frameworks/
DatabaseBrowser.framework build/Debug/DatabaseBrowser.framework
cd /Users/derrick/code/Extractor
/System/Library/PrivateFrameworks/DevToolsCore.framework/
Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -
resolve-src-symlinks /Users/derrick/code/Extractor/build/Debug/
DatabaseBrowser.framework /Users/derrick/code/Extractor/build/Debug/
extractor.app/Contents/Frameworks
pbxcp: DatabaseBrowser.framework: No such file or directory
Is there something special I need to do to make Xcode look in the
right place?
Derrick
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden