Re: Subproject Dependencies
Re: Subproject Dependencies
- Subject: Re: Subproject Dependencies
- From: Jim Correia <email@hidden>
- Date: Fri, 20 May 2005 11:40:49 -0400
On May 20, 2005, at 11:21 AM, Scott Thompson wrote:
For our application, we've added a project to create a Spotlight
importer. We dragged the importer's project onto the main
application project and set up dependencies so that the Spotlight
importer is built properly when it is out-of-date.
Now we're trying to set up the project to automatically copy the
Spotlight importer into our application bundle. I've created a
"Copy Files" build step and dragged the icon that represents the
output of the Spotlight importer project into that copy files step.
The problem is that the application doesn't seem to be able to find
the Spotlight importer after it is built. As far as I can tell, it
is trying to find the built importer in the output directory for
the application build, and not in the output directory of the
Spotlight Importer Project.
The only way to get this to work with Xcode 1.5 was to use a shared
build directory.
From your description it sounds like that continues to be the case.
rdar://3520282 (requesting that they be made to work without a shared
output folder) is still open.
I have enough sub-projects that using a per project override isn't
terribly practical, so I've set up the global shared build folder.
The gotcha here is that everytime I switch from building a /trunk
project to a /branches based project, I have to build clean which is
time consuming.
Jim
_______________________________________________
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