Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to view compile errors in all files in XCode 4?

When I'm compiling a project in XCode 4, compilation stops as soon as errors encountered in any of the code files. Sometimes I want to compile all code files in project and view all errors at once. Is that possible? Am I missing a setting for this?

like image 478
Nick Frolov Avatar asked Dec 18 '12 09:12

Nick Frolov


People also ask

How do I see errors in Xcode?

2) Go to: xCode preferences > General > "Issue Navigator Detail" > now boost the dropdown to 10 lines. Now you can see the whole message in the issue navigator! Save this answer. Show activity on this post.

How do I clear errors in Xcode?

Quit Xcode and relaunch, or unpair and reconnect the device. If you resolve the error (e.g. unlock the device), the error should disappear, but if the error has appeared multiple times, it may only clear the last error.


1 Answers

In the Xcode's Preference, in the General Tab, check the "Continue building after errors" option, as shown in the image below

Xcode General Preferences

like image 70
tkanzakic Avatar answered Sep 28 '22 02:09

tkanzakic