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:
http://lists.apple.com/mailman/options/xcode-users/email@hidden