Is it possible to view Xcode output from a scheme's archive post actions's script

In Xcode I've:

  • select Product / Scheme / Edit scheme
  • tap on Archive on the left hand side of the
  • select post actions and + to add a new script

Then in there I have added a script I want to run on the archive after its created.

I'd like to be able to see the output the script churns out as it goes along but doesn't seem possible?

If I just add something like echo "hello" to the start of the script then I don't see "hello" visible anywhere when I build an archive (via Product/Archive).

I'm looking in the build navigator. Is there somewhere else to look or is it possible to get the logging into the navigator?

Is it possible to view Xcode output from a scheme's archive post actions's script
 
 
Q