Reputation: 26876
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:
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
Reputation: 256
xcode already have this.up there is 'By Type',down there is keywords filter, is that what you want?
Upvotes: 5