Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to only show errors in the issue navigator?

Tags:

xcode

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.

like image 891
Adam Lee Avatar asked Aug 04 '13 02:08

Adam Lee


People also ask

Which of the following navigator displays the errors and warnings of an application?

The Issue Navigator displays automatically if problems are found during a build or analyze process.

How do I show errors in Xcode?

In Xcode 9.2 (at least), you can single click on the error / warning icon in the tooltip and it will expand. Show activity on this post. I'm sure if you expand the left hand pane, it shows the full error. Ensure you are in the Warnings/Errors tab.

How do I get rid of warnings in Xcode?

Select your project and select your target and show Build Phases . Search the name of the file in which you want to hide, and you should see it listed in the Compile Sources phase. Double-click in the Compiler Flags column for that file and enter -w to turn off all warnings for that file.


2 Answers

Click the filter button at the bottom of the navigator:

enter image description here

like image 171
jscs Avatar answered Oct 19 '22 18:10

jscs


at the bottom of navigator filter by error word

enter image description here

like image 13
Sergey Sahakyan Avatar answered Oct 19 '22 17:10

Sergey Sahakyan