Re: Xcode always rebuilds all for project on external volume
Re: Xcode always rebuilds all for project on external volume
- Subject: Re: Xcode always rebuilds all for project on external volume
- From: Fritz Anderson <email@hidden>
- Date: Fri, 6 Oct 2006 17:12:48 -0500
On 6 Oct 2006, at 4:00 PM, Michael Hecht wrote: One of our developers keeps his Xcode project and source tree on a removable hard disk, so he can unplug it and take it home with him at the end of the day. The problem is, Xcode seems to want to always recompile every file in the project each time he does a Build. Any ideas on how I can diagnose this problem?
Just a guess (which may be a foolish thing to do on a list where Apple engineers are generally alert and helpful), but not all the build products of an Xcode project are in the project/build tree. The product of precompiling the headers is kept in /Library/Caches/, and moving a project volume from one machine to another would move it to a machine on which the cached header data is obsolete (or not matching the expected version/mod date, which would be presumed to be obsolete).
-- F
|
_______________________________________________
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