Using a simple script with an echo command, I confirmed (what I already knew!) that, for the same project :
Code Block # Type a script or drag a script file from your workspace to insert its path. |
echo "warning: RUN SCRIPT in ACTION" |
For the target's "Build Phases" run script I see the following in the Build Report Navigator (i.e. I know the script is running) :
Code Block Showing Recent Messages |
... |
write-file /somepath/CoreLocation-Redux-deixbbxleyyndwgicetkzwybusoj/Build/Intermediates.noindex/CoreLocation-Redux.build/Debug-iphoneos/CoreLocation-Redux\ \(iOS\).build/Script-8E1070E4252F51F600F35D59.sh |
|
PhaseScriptExecution Run\ Script /somepath/CoreLocation-Redux-deixbbxleyyndwgicetkzwybusoj/Build/Intermediates.noindex/CoreLocation-Redux.build/Debug-iphoneos/CoreLocation-Redux\ (iOS).build/Script-8E1070E4252F51F600F35D59.sh (in target 'CoreLocation-Redux (iOS)' from project 'CoreLocation-Redux') |
..... |
/bin/sh -c /somepath/CoreLocation-Redux-deixbbxleyyndwgicetkzwybusoj/Build/Intermediates.noindex/CoreLocation-Redux.build/Debug-iphoneos/CoreLocation-Redux\\\ \\\(iOS\\\).build/Script-8E1070E4252F51F600F35D59.sh |
|
warning: RUN SCRIPT in ACTION |
There's nothing for the scheme's pre or post actions run scripts. Bug ?
This is for :
Xcode version 12.2 beta 2 (12B5025f)
macOS Catalina version 10.15.7 (19H2)