Hide Issues While Coding

Is it possible to temporarily hide all issues (warnings and errors) while coding in Xcode ?
Answered by in 616384022
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.
Accepted Answer
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.
Hide Issues While Coding
 
 
Q