Re: Xcode keeps re-compiling unchanged files
Re: Xcode keeps re-compiling unchanged files
- Subject: Re: Xcode keeps re-compiling unchanged files
- From: Joar Wingfors <email@hidden>
- Date: Wed, 22 May 2013 20:43:10 -0700
Double-check the modification dates on your input files vs. their corresponding output files in the build products directory. The dependency analysis is based on a pretty straight forward "is the input newer than the output" type check.
Joar
On 22 maj 2013, at 17:23, Rick Mann <email@hidden> wrote:
> Xcode seems to insist on re-compiling a few of the .cpp files in my project. None of their dependencies is changing (I can Build twice in a row and it still compiles the second time).
>
> Part of the problem with this is that these files have a ton of warnings (they're not my responsibility, so I can't fix them). So the warnings clutter the build results.
>
> Any idea how to get Xcode to stop? Thanks!
>
> --
> Rick
>
>
>
>
> _______________________________________________
> 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
_______________________________________________
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