Xcode: how to continue building after errors

Viewed 1113

How can I make Xcode continue building after it has got some errors? I would like to see as many errors as I can to get a picture what to do next.

1 Answers

To the extent that this is possible, it will happen if the checkbox in the prefs is checked:

enter image description here

But some compile errors will eventually cause the compiler to give up, regardless.

Related