vincent
vincent

Reputation: 16

how to remove debugger warning-tags in Xcode view?

Do you know if it's possible to remove all debugger warning-tags in the Xcode view ? I mean those on right, when we compile.

I searched on the Xcode preferences, but couldn't find something about that.

Thanks a lot

Upvotes: 0

Views: 266

Answers (2)

Evan Mulawski
Evan Mulawski

Reputation: 55344

When you compile, you should not receive any warnings. If you are, then something is wrong with your code. Any warning could result in an application crash, and it is best to solve the problems that cause them rather than ignoring them.

Upvotes: 1

vincent
vincent

Reputation: 16

Finally founded !

under View > Message Bubbles > ..

Upvotes: 0

Related Questions