如何在 xcode5 上查看完整的构建日志?
问题描述:
我收到来自 lipo 的错误消息,我想查看导致此错误的所有步骤.
I'm getting an error from lipo and I'd like to see all the steps leading up to it.
xcode UI 只显示错误本身.这是作为文本文件定位的还是xcode 5可以显示完整的日志?
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 中的日志导航器...
Go to the Log navigator in Xcode...
选择要检查的构建...
choose the build which you want to examine...
然后在编辑器中按住 Control 键并单击构建目标 AppName"行...
then control-click on the "Build target AppName" line in the editor...
您将获得一个上下文菜单,其中包含展开所有成绩单"选项.
You'll get a context menu which includes the option "Expand All Transcripts".