Re: 2.2.1 recompiles some source files after no changes
Re: 2.2.1 recompiles some source files after no changes
- Subject: Re: 2.2.1 recompiles some source files after no changes
- From: email@hidden
- Date: Sat, 4 Mar 2006 22:33:59 -0800
Aha! That was it. For some reason I had a few files with mod dates set in the future that other files depended on. Thanks a million!
Cheers, On Mar 4, 2006, at 9:19 PM, Chris Espinosa wrote: I'm running into a frustrating problem that I'm seeing for the first time with Xcode 2.2.1 that I did not see in earlier versions of the program with the same project. My project has 111 source files. If I build the project successfully, then immediately click Build again, it will always recompile 29 of the 111 source files. In previous versions of Xcode, I could make a change to a source file and only the files that reference the source file I changed would recompile. Now it always recompiles this subset of source files even if I don't make any changes at all.
I even tried completely rebuilding the project from scratch, adding in all my source files. Is this a bug or perhaps I'm missing something obvious here?
One thing that will cause Xcode to do this is if the creation or modification dates of the source files are in the future. Other than that, we don't have much to go on here, without detailed information on what those 29 files depend on (that the 82 others don't). Are they, say, all C and the others C++? Do they have a common dependence on a header file that is perhaps getting dynamically generated, or modified as the result of the build?
Chris
|
_______________________________________________
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