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

前端 未结 6 1776
渐次进展
渐次进展 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条回答
  •  陌清茗
    陌清茗 (楼主)
    2020-12-09 02:26

    Per my answer here ( Is it normal for Xcode not to detect if a pre-action failed? ) this is an issue that's been discussed in the dev forums. Pre-/post-action script non-zero status doesn't seem to have an affect, nor does the output seem to make it into any logs.

提交回复
热议问题