Re: Can't build correctly with sub-projects
Re: Can't build correctly with sub-projects
- Subject: Re: Can't build correctly with sub-projects
- From: Jim Correia <email@hidden>
- Date: Sat, 13 Mar 2004 23:03:08 -0500
On Mar 13, 2004, at 10:47 PM, Mark Munz wrote:
I've been banging my head on this for some time and can't figure out
what Xcode is doing.
I'm trying to use sub-projects under Xcode (much like Codewarrior).
I've dragged in an external app2.xcode project file. I then take the
contents of the project (app2.app) and use a Copy Files Build Phase to
copy the file to the project's bundle.
Unfortunately, Xcode complains that "No such file or directory"
exists. This is no true, since I verified that the external project
did build and has the file in the build folder.
This should be a known bug at this point (I've filed a similar bug).
The release notes mention that sub-projects work best when they share a
common build folder. In this case, if they don't share a common build
folder, your copy phase will fail.
Setting a comment build folder globally (in the prefs) or per project
(project inspector) should solve your problem.
Jim
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.