24

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?

1
  • 1
    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! Commented Mar 29, 2009 at 23:38

4 Answers 4

30

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

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

Sign up to request clarification or add additional context in comments.

Comments

6

XCode 7: Preferences (⌘,) > General.

Under Issues uncheck "Show live issues"

1 Comment

None of the others work...Why isn't everyone upvoting this? haha.
4

double click on the bubble works too

1 Comment

In Xcode7 double clicking the error doesn't make it disappear.
0

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

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.