2

I have a custom Run Script phase in my Xcode project that outputs some information: enter image description here



When I build the app via Xcode, I see the output of the script (Planning build, Building for debugging etc.):

enter image description here


However, when I build the project via xcodebuild from the terminal, this output is not shown:

enter image description here

Is there any way I can make that output appear when run through the terminal as well?

Thanks

Sergiu Todirascu
  • 1,367
  • 15
  • 23
  • How is SwiftLint involved? Your screen shots don't show it. Your words don't match your pictures. – matt Apr 05 '23 at 10:35
  • Yeah, sorry. At first I wrote the post using Swiftlint, but then realized that the underlying issue is more generic. After that I edited the post. But forgot to remove all traces of swiftlint. Will remove now. Basically it's a problem with standard output from build script phases when xcodebuild is run from the command line. – Sergiu Todirascu Apr 05 '23 at 12:21

0 Answers0