Added Run Script phase to Xcode, but nothing happens

后端 未结 4 571
天涯浪人
天涯浪人 2020-12-13 23:34

I added a Run Script build phase to my Xcode project, the script is just

echo \"Hello\"

I\'m not seing hello in the debug console or anyth

4条回答
  •  不思量自难忘°
    2020-12-13 23:57

    Xcode: View > Navigators > Show Report Navigator

    The Report Navigator is the "chat bubble" in the Xcode sidebar.

    Select your most recent Build from the sidebar on the left.

    Then click All Messages in the tab bar to see the output of your Run Script Build Phase.

    View Run Script Build Phase output in Xcode 6

    Legacy Xcode Versions:

    Xcode 6+View > Navigators > Show Report Navigator

    Xcode 5: View > Navigators > Show Log Navigator

    Xcode 4: View > Navigators > View Log Navigator

提交回复
热议问题