Re: Xcode always compiles all files
Re: Xcode always compiles all files
- Subject: Re: Xcode always compiles all files
- From: Jens Alfke <email@hidden>
- Date: Sun, 18 Sep 2011 11:23:53 -0700
On Sep 18, 2011, at 2:05 AM, Gerriet M. Denkmann wrote: I just created a new project (not document based, no core data, no unit tests) and hit run. The I did nothing, but hit "Run" again. And Xcode told me: precompiling 1, compiling 2 of 2 source files, etc.
… Then I copied the whole stuff to /tmp/Test and opened it in Xcode. And everything works perfectly. Only changed files get re-compiled.
The Unicode characters in the path are a definite possibility … all it takes is for one step in the build chain to misinterpret them, and you could have problems. You’d think that’d be ironed out by now, but maybe it is for more-common Western characters but not for ones that don’t fit into ISO-Latin?
Another possibility is file permissions; maybe you’ve got some files in the build directory set to read-only so Xcode can’t update them? In any case, nuking the entire build directory is a good idea whenever you run into weird build issues like this.
—Jens |
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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