Re: Annoying Dependency [re]checking when switching build configuration
Re: Annoying Dependency [re]checking when switching build configuration
- Subject: Re: Annoying Dependency [re]checking when switching build configuration
- From: email@hidden
- Date: Tue, 16 Sep 2008 10:59:17 +0200
On 16 Sep 2008, at 06:11, Bill Royds wrote:
Surely it only needs to do this the first time a configuration is
built after opening a project, not each time it is switched.
Is this expected?
It happens because your dependent projects may have different code
to present depending on whether they have _DEBUG defined or not.
Xcode can't determine whether there would be a change to dependent
project source without scanning all file dates.
Yes, I understand that (but thanks anyway).
The problem is if I open my Project (in debug), build, switch to
Release, build, switch back to Debug and build, the whole dependancy
checking is done again. Since it has already built Debug, it does not
need to do the slow dependancy checking that it does the first time a
configuration is built after opening the project. It seems that it
throws away whatever cached information it has about the dependancies
of a configuration when you switch configurations.
Matt
_______________________________________________
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