Hide Issues While Coding

Is it possible to temporarily hide all issues (warnings and errors) while coding in Xcode ?

Accepted Reply

You can stop live issues from appearing while you're editing via Xcode > Preferences... and then unchecking "Show live issues" in in the "General" tab. That won't prevent errors/warnings produced from the previous build from being shown, though.

Replies

You can stop live issues from appearing while you're editing via Xcode > Preferences... and then unchecking "Show live issues" in in the "General" tab. That won't prevent errors/warnings produced from the previous build from being shown, though.