96

In the issue navigator inside Xcode4, a lot of warnings are shown as well as errors.

How can I force it to only show errors? i.e. I would like hide warnings.

2
  • 4
    "I would like hide warnings." - what could possibly go wrong.... Commented Aug 4, 2013 at 2:28
  • 2
    "What could possibly go wrong," indeed. Don't want to see warnings, but want to make sure everything is correct? Try -Werror. :)
    – rickster
    Commented Aug 4, 2013 at 4:43

3 Answers 3

222

Click the filter button at the bottom of the navigator:

enter image description here

3
  • I use this all the time usually but it has broken in Xcode 7.3. Hopefully Apple fix in the next version.
    – jdtec
    Commented Apr 8, 2016 at 8:58
  • it's working for Xcode 8... is there any keyboard short cut, or any way that I can make errors show on top of warnings in the issue navigator?
    – mfaani
    Commented Nov 30, 2016 at 16:17
  • @Josh Caswell is there a keyboard shortcut to accomplish this as well? Commented Apr 26, 2018 at 20:53
13

at the bottom of navigator filter by error word

enter image description here

0
3

In xcode 13 we can click the cross (in blue in the following diagram) to show only errors: enter image description here

Not the answer you're looking for? Browse other questions tagged or ask your own question.