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 `fastlane gym`, this output is not shown:
Is there any way I can make that output appear when run through fastlane as well?
Thanks
P.S. This post has gone through a couple of major edits while I realized the root cause better. Apologies for that.