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

前端 未结 6 1778
渐次进展
渐次进展 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:08

    EDIT: as pointed out in the comment below this answer only works for Build phase scripts, not pre action and post action scripts.


    In Xcode 8 you need need to select your latest build in "Navigator -> Report Navigator". In the main area you will be able to see the complete build log including your output.

    Here is a simple "Hello world" echo

提交回复
热议问题