The output from those scripts doesn’t seem to be logged anywhere by default. Your best bet is to manually redirect the output of the script to a known location. For example, add the following as the first line of your script:
exec > /tmp/my_log_file.txt 2>&1
This will redirect all following output to stdout and stderr to your specified log file.
Related Contents:
- Xcode – how to see build command and log?
- Xcode Service (Mavericks) errors when run unit tests is enabled
- Where do I find the line number in the Xcode editor?
- Invalid Bundle Error – “requires launch storyboard”
- Safe (bounds-checked) array lookup in Swift, through optional bindings?
- How to enable NSZombie in Xcode?
- Xcode 10, where are the UI elements?
- ios simulator: how to close an app
- Archive button grayed out in Xcode
- Creating NSData from NSString in Swift
- Archiving project in Xcode incorrectly creates multi-application bundle
- Missing file warnings showing up after upgrade to Xcode 4
- Problems after upgrading to Xcode 10: Build input file cannot be found
- Xcode — what is $(SRCROOT)?
- IBOutlet is nil, but it is connected in storyboard, Swift
- Using Git with an existing Xcode project
- Is there a way to rename an Xcode 4 scheme?
- How do I toggle between Debug and Release builds in Xcode 6 / 7 / 8?
- Change templates in Xcode
- Show Assistant Editor missing in Xcode 11?
- How can I resolve “Error: No developer directory found at /Developer”?
- Class variables not yet supported
- How can I set the icon for a Mac Application in Xcode?
- Disable UITextField Predictive Text
- How to disable indexing in Xcode 4?
- Cannot install Xcode 10 Network Link Conditioner in macOS Mojave
- Xcode 8 auto-generated quick help documentation
- remove xcode recent projects from dock menu
- Storyboard broken after updating Xcode to version 10.3 (10G8) & app no longer is running
- Xcode – error: pathspec ‘…’ did not match any file(s) known to git
- Determining the available amount of RAM on an iOS device
- How to run xcode from terminal?
- Showing ‘UIActivityViewController’ in SwiftUI
- Git is not working after macOS update (“xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools”)
- Xcode 6.4 showing duplicate ‘Simulators’ with Unique Id
- Homebrew saying Xcode is outdated
- xcode library not found
- How to toggle running Xcode project in debug or release mode by using only shortcut keys?
- Too many arguments to function call, expected 0, have 3
- xcode-select cannot locate clang, even after installing command line tools
- Destination toolbar disappeared on XCode 6.4
- How do I know what COLUMN my cursor is at in Xcode?
- Document Types vs. Exported and Imported UTIs
- How do you export your finished application from Xcode?
- Symbol hiding in static libraries built with Xcode
- iOS: popViewController unexpected behavior
- SwiftUI / Xcode Error – Updating took more than 5 seconds
- How to find out how many lines of code there are in an Xcode project?
- How to make Xcode find file FacebookSDK.h?
- Failed to install command line tools on OSX Mavericks