I have a custom Run Script phase in my Xcode project that outputs some information:
When I build the app via Xcode, I see the output of the script (Planning build
, Building for debugging
etc.):
However, when I build the project via xcodebuild from the terminal, this output is not shown:
Is there any way I can make that output appear when run through the terminal as well?
Thanks