Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Tip: How to avoid opening "Issue Navigator" in Xcode4 [closed]

It really annoyed me, that every time an error was raised, when running a build in XCode4, the left sidebar swapped to "Issue Navigator" tab. And every time you had to click on "Project Navigator" to get back to the class file hierarchy. (as the console output is more useful to me for debugging.)

How does one avoid opening "Issue Navigator" in Xcode4 when a error is encountered in a project in Xcode?

like image 986
bijan Avatar asked Jul 31 '11 14:07

bijan


1 Answers

Try in Xcode selecting from the Xcode Menu>> Preferences >> choose Behavioirs Tab >> choose Build generates new issues >> change behavior in "Show navigator" section.

like image 114
MrDaniel Avatar answered Nov 03 '22 17:11

MrDaniel