Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Forcing all errors to show in Xcode

Is there a way in Xcode to show all errors, regardless of #. I am missing something in my code that is now causing 50+ errors, but not all errors show up. The multiple errors are likely being caused by a syntax error on a page, but because not all errors are showing I have no idea which one likely failed.

like image 595
logixologist Avatar asked Feb 17 '12 03:02

logixologist


1 Answers

Xcode stops after some errors by default.

You need to select option "Continue building after errors" option under Xcode >> Preferences >> General

step1

step2

like image 108
Ramesh Avatar answered Oct 05 '22 17:10

Ramesh