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: Thu, 23 May 2013 01:31:45 -0700
On 23 maj 2013, at 01:27, Rick Mann <email@hidden> wrote:
>
> On May 22, 2013, at 20:43 , Joar Wingfors <email@hidden> wrote:
>
>> 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.
>
> Okay, it's definitely faster the second time, assuming you start from a clean build. So, it's clearly not recompiling all the files.
>
> But it re-shows all the warnings, even for files that didn't recompile. The reason I thought it was recompiling was that I thought the behavior was to only show the warnings for the last compile, and if you built again, if the file wasn't re-compiled, it wouldn't show it.
>
> That, plus the fact that the log navigator showed an entry for each file, I thought it was re-compiling each time.
>
> Wasn't there UI at one point to show only recent issues?
>
> Oh, I think I just found it. The little clock in the bottom-left. Weird. I remember UI across the top of a window before for this.
You may be confusing the issue navigator for the log viewer. In the log viewer there's a "recent vs. all" filter at the top.
Joar
_______________________________________________
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