How to display compiler output or custom build steps output when building with xcode?

前端 未结 6 1766
渐次进展
渐次进展 2020-12-09 01:47

How can I see the output from the compiler of from the custom build steps (pre-action or post-action)?

6条回答
  •  -上瘾入骨i
    2020-12-09 02:28

    You'll find (and you can watch during the build) the complete build output in the Log Navigator. That's the right most icon of the small icons just below the Run and Build buttons.

提交回复
热议问题