aircraft
aircraft

Reputation: 26876

Filter the warning type in Xcode

In my project in Xcode, my code always has many warning, and I think some is import and some is not that import for my code:

Such as a type is :xxx is deprecaetd in iOS 8.0 - Use xxx

another type is: Undeclared selector 'respondsToTapLike'

or other more.

There is so many type warning:

many type in proj

Now, how can I filter the warning type in Buildtime?

eg: I just want to show the type of Method possibly missing a [super awakeFromNib] call.

If can filter the type, how to do?

Upvotes: 1

Views: 1752

Answers (1)

Chaolong_Liao
Chaolong_Liao

Reputation: 256

xcode already have this.up there is 'By Type',down there is keywords filter, is that what you want? picture

Upvotes: 5

Related Questions