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