Re: Xcode-users Digest, Vol 4, Issue 271
Re: Xcode-users Digest, Vol 4, Issue 271
- Subject: Re: Xcode-users Digest, Vol 4, Issue 271
- From: Philip Aker <email@hidden>
- Date: Fri, 15 Jun 2007 09:42:03 -0700
On 2007-06-15, at 03:52:39, Steve Checkoway wrote:
I use 'touch' in a build script phase that has been moved to the
very top of the target build phases. It touches things like .sdef
and .r files that Xcode often misses. And even then, sometimes the
touch only kicks in every second time.
The files needed to be recompiled are computed before the first
build phase. My solution was to create a separate target upon which
my main target depends and have that run the script to do things
like touch files (or in my case, increment build numbers).
That's a very good solution. I'll probably adapt to it at sometime.
Philip Aker
email@hidden
_______________________________________________
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