CodeGuy
CodeGuy

Reputation: 28907

XCode 4, errors and warnings

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:

enter image description here

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

Answers (2)

jtbandes
jtbandes

Reputation: 118651

If you click on that icon you will see the warning/error:

http://d.pr/3DEM+

Or you can also choose

http://d.pr/YNMI+

And if you actually build your app, details will show up in the Log navigator.

http://d.pr/nHyJ+

Upvotes: 2

Suhail Patel
Suhail Patel

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.

errors

Upvotes: 1

Related Questions