xcode 如何仅在问题导航器中显示错误?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/18039197/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-15 03:39:26  来源:igfitidea点击:

How to only show errors in the issue navigator?

xcode

提问by Adam Lee

In the issue navigator inside Xcode4, a lot of warnings are shown as well as errors.

在 Xcode4 中的问题导航器中,显示了许多警告和错误。

How can I force it to only show errors? i.e. I would like hide warnings.

如何强制它只显示错误?即我想隐藏警告。

回答by jscs

Click the filter button at the bottom of the navigator:

单击导航器底部的过滤器按钮:

enter image description here

在此处输入图片说明

回答by Sergey Sahakyan

at the bottom of navigator filter by errorword

在导航器底部按错误词过滤

enter image description here

在此处输入图片说明