tags:

views:

465

answers:

5

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?

A: 

There's an option in the preferences menu that controls this. Can't remember off hand I'm afraid.

Andrew Grant
+2  A: 

Click on the red (X) on the left hand pane. This will hide the bubble.

You can also go to Preferences » Building » Message Bubbles » Show During Builds selector.

Zach Gardner
+8  A: 

⌥⇧⌘H or View → Message Bubbles → Hide All

Can Berk Güder
+3  A: 

double click on the bubble works too

Nick
A: 

On Xcode Preferences (⌘,) > Building, set "Never" to Show Message Bubbles during builds

Thomas Joulin