xcode 如何在 xcode5 上查看完整的构建日志?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/19014359/
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-09 04:56:34  来源:igfitidea点击:

How do I view the full build log on xcode5?

xcodexcode5

提问by Joseph Lennox

I'm getting an error from lipo and I'd like to see all the steps leading up to it.

我从 lipo 收到一个错误,我想查看导致错误的所有步骤。

The xcode UI is only showing me the errors themselves. Is this located as a text file or can xcode 5 show the complete log some how?

xcode UI 仅向我显示错误本身。这是作为文本文件定位的,还是可以 xcode 5 显示完整的日志?

回答by bneely

Go to the Log navigator in Xcode...

转到 Xcode 中的日志导航器...

enter image description here

在此处输入图片说明

choose the build which you want to examine...

选择要检查的构建...

enter image description here

在此处输入图片说明

then control-click on the "Build target AppName" line in the editor...

然后控制单击编辑器中的“构建目标应用程序名称”行...

enter image description here

在此处输入图片说明

You'll get a context menu which includes the option "Expand All Transcripts".

您将获得一个上下文菜单,其中包含“展开所有成绩单”选项。

enter image description here

在此处输入图片说明