Reputation: 28907
How do I get XCode to always display errors and warnings. Anytime I build my iPhone app, I can see my errors and warnings on the left menu. But when I click a particular class, I just see little marks on the left side:
I'd like to be able to see the actual warning or error (which happens only if I click the exclamation points in that image).
Upvotes: 1
Views: 1485
Reputation: 118651
If you click on that icon you will see the warning/error:
Or you can also choose
And if you actually build your app, details will show up in the Log navigator.
Upvotes: 2
Reputation: 13694
If you click on the Issue Navigator Tab (4th tab) on the Left Navigator Pane it will show you the warnings and errors in your Project as you develop or when you build the application.
Upvotes: 1