Xcode - how to see build command and log?

假如想象 提交于 2019-11-28 20:04:39

Use the Report Navigator. On the left side of the project window, you should see a series of small buttons at the top. Click the rightmost button to switch to the Report Navigator. Or you can choose View > Navigators > Show Report Navigator.

The Report Navigator shows a list of recent builds. Select one to see the details of the build in the center of the project window. To see more detailed information on a specific step in the build, select it. You will see a small button on the right with a series of horizontal lines. Click that button to see the log for that build step.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!