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.
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.
To the extent that this is possible, it will happen if the checkbox in the prefs is checked:
But some compile errors will eventually cause the compiler to give up, regardless.