Re: build results window
Re: build results window
- Subject: Re: build results window
- From: BJ Homer <email@hidden>
- Date: Tue, 10 Nov 2009 15:13:14 -0700
If you only compile one file, the results will always be the same. "Latest Results" only shows output that came from files that were re-compiled. If your project has 100 files and you only change one of them, the compiler may not need to recompile any of the other 99. (Assuming you didn't change a header). If that's the case, in "Latest Results" you'll only see output about warnings/errors that were in that one recompiled file. If there were warnings in other files, they will not be displayed in "Latest Results". In Xcode pre-3.2, this was the only option.
"All Results" shows the latest results for each file from when it was last compiled, regardless of whether or not it was recompiled in the last build. It does not, however, keep track of the warning history past that point. (i.e. I can't compare how many warnings I got yesterday to how many I got today on the same file.)
"Issues" include Errors, Warnings, and Static Analysis reports.
-BJ
On Tue, Nov 10, 2009 at 12:48 PM, John Mikros
<email@hidden> wrote:
Hello all,
I'm looking for documentation on the new Build Results window in 3.2.x, but there doesn't appear to be any.
This is all I found from the release notes:
"• The Build Results window has been completely redesigned to support advanced filtering of build results and to keep a persistent list of errors and warnings across builds. The Errors and Warnings Smartgroup functionality has been merged into the Build Results window, and the smartgroup has been removed."
The build results are not persistent for me. "All results" and "Latest Results" are always the same for me. How do I see results from previous builds? Do I need to turn this on somehow?
What is the difference between "Issues only" and "Errors and Warnings Only"? i.e., what's an issue that isn't a warning or error?
thanks
-john _______________________________________________
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