Kevin MOLCARD
Kevin MOLCARD

Reputation: 2218

Xcode: not show warning in issue navigator

I have an Xcode project with plenty of warning (I know this is bad).

However I would like to use the Issue Navigator to locate errors? The problem is that all the warning are literally polluting the Navigator so it is unusable.

Is there any way to do that?

Please do not answer me that I should remove this warning. I would like to do that but can not for the moment.

Upvotes: 1

Views: 761

Answers (2)

Kevin MOLCARD
Kevin MOLCARD

Reputation: 2218

I found the recently the solution. there is a little button at the bottom of the navigator screen. It does exactly what I need. enter image description here

Upvotes: 2

trojanfoe
trojanfoe

Reputation: 122391

You could edit your Xcode project settings and add the custom compiler flag -w to suppress all warnings.

You are in a bad place though...

Upvotes: 0

Related Questions