在我的project
Xcode
中,我的代码总是有很多warning
,我认为有些是导入的,有些不是我code
的导入:
例如类型为:xxx is deprecaetd in iOS 8.0 - Use xxx
另一种类型是:Undeclared selector 'respondsToTapLike'
或其他。
有很多类型警告:
现在,如何过滤warning type
中的Buildtime
?
eg
:我只想显示Method possibly missing a [super awakeFromNib] call
的类型。
如果可以过滤类型,怎么办?