Reputation: 16
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
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