Re: XCode 6 Link Errors
Re: XCode 6 Link Errors
- Subject: Re: XCode 6 Link Errors
- From: Jens Alfke <email@hidden>
- Date: Tue, 17 Feb 2015 16:08:15 -0800
On Feb 17, 2015, at 1:48 PM, Alex Zavatone < email@hidden> wrote:
FWIW, I've resorted to pressing command 4 for the Issue Navigator, then clicked the little circle with the ! mark in it on the lower left of the window to only show the critical error without all the other non critical gibberish. This highlights the severe errors only.
Hm, I just tried that and it doesn’t suppress any errors (including the redundant/garbage ones like linker and dsymutil errors after a compiler error.) All it does is suppress warnings, and if you’ve got warnings you really should be fixing them as they occur* instead of letting them pile up to the point of annoyance. (Me, I’m pretty zealous about using -Werror.)
—Jens
* Or if you have no control over the source code or it’s legacy crap that you can’t clean up, then at least turn off the warnings for those source files. I’ve got that going on in a couple of 3rd party libraries I build into my project. |
_______________________________________________
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