Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to remove error messages in the coding window?

Tags:

I pressed Build before I was done coding my class, and Xcode is showing me a bunch of red errors, which are obviously because I'm not done.

How do I get rid of the errors so they are not showing up in my coding window?

like image 388
Craig Avatar asked Mar 25 '09 21:03

Craig


People also ask

How do I get rid of Windows error message?

Find the Windows Error Reporting option under the Windows Components section and double-click on it. Scroll down and double-click on the Disable Windows Error Reporting policy. The settings window for the policy will open. Click on the Disabled radio button to disable the error reporting policy on your system.

How do I remove the stop code error in Windows 10?

Go to Settings > Update & security > Recovery. Under Advanced startup, select Restart now. After your PC restarts to the Choose an option screen, select Troubleshoot > Advanced options > Startup Settings > Restart. After the computer restarts, you'll see a list of options.


2 Answers

XCode 4:
^++M or Editor → Issues → (uncheck) Show All Issues

Older Versions:
+++H or View → Message Bubbles → Hide All

like image 70
Can Berk Güder Avatar answered Oct 21 '22 08:10

Can Berk Güder


XCode 7: Preferences (⌘,) > General.

Under Issues uncheck "Show live issues"

like image 42
rainkinz Avatar answered Oct 21 '22 07:10

rainkinz