本文介绍了Xcode 问题导航器:两个箭头蓝色图标是什么意思?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在 Xcode 版本 7.3.1 (7D1014) 上,在问题导航器中,我无法理解项目行右侧的图标.

On Xcode Version 7.3.1 (7D1014), on in the Issue navigator, I have an icon at the right of the project line I can't understand.

你知道这是什么意思吗?

Do you know what does it mean ?

推荐答案

好的,这实际上是一个 Static Analyzer 问题.当项目存在内存管理问题等时会发生这种情况.

Ok, this is actually a Static Analyzer issue.It occurs when project has memory management issues and other.

可以在此处找到有关此的更多信息:
https://developer.apple.com/library/mac/recipes/xcode_help-source_editor/chapters/Analyze.html

More info on this could be found here:
https://developer.apple.com/library/mac/recipes/xcode_help-source_editor/chapters/Analyze.html

这篇关于Xcode 问题导航器:两个箭头蓝色图标是什么意思?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-19 19:50
查看更多