在Xcode中过滤警告类型

时间:2016-11-28 09:05:43

标签: ios xcode warnings

在我的project Xcode中,我的代码总是有很多warning,我认为有些是导入的,有些不是我code的导入:

例如类型为:xxx is deprecaetd in iOS 8.0 - Use xxx

另一种类型是:Undeclared selector 'respondsToTapLike'

或其他。

有很多类型警告:

  

many type in proj

现在,如何过滤warning type中的Buildtime

eg:我只想显示Method possibly missing a [super awakeFromNib] call的类型。

如果可以过滤类型,怎么办?

1 个答案:

答案 0 :(得分:1)

xcode已经有了这个。有'按类型',下面有关键字过滤器,是你想要的吗? picture