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?

link|improve this question

58% accept rate
I'm just learning Xcode myself, and I find it extremely annoying that these "helpful" bubbles pop up and obscure the text I'm trying to fix! – Limbic System Mar 29 '09 at 23:38
feedback

4 Answers

up vote 8 down vote accepted

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

link|improve this answer
1  
^⌘M on Xcode 4. – gregschlom Oct 26 '11 at 20:41
feedback

double click on the bubble works too

link|improve this answer
feedback

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

link|improve this answer
feedback

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.