Re: Timing of Build Phases
Re: Timing of Build Phases
- Subject: Re: Timing of Build Phases
- From: Jens Miltner <email@hidden>
- Date: Fri, 25 Jan 2008 11:21:32 +0100
Am 25.01.2008 um 03:08 schrieb David Dunham:
I think I'm running into a race condition with building my app.
I've got some folder references that end up being copied into the
Resources folder of the application bundle. However, Xcode doesn't
know when files in those folders change, so it doesn't update them.
In an attempt to work around this, I've added a Run Script build
phase that deletes them. This is the first build phase. But it seems
like sometimes Xcode doesn't notice that a folder needs replacing.
Is there a way to synchronize this? Alternately, is there a better
way to get Xcode to update bundle resource folders that get copied?
I had this issue in a couple of projects and my solution was to factor
out the resource file/folder generation into a separate target and
make the main target depend on this new target.
HTH
</jum>
_______________________________________________
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