Command PhaseScriptExecution failed with a nonzero exit code error when updating to 408.11.2
I am getting the above error when updating to 408.11.2.
I have tried:
- reintegrating the pod
- manually deintegrating
- updating cocoapods
- deleting derived data
- clean build
- removing the pod and installing fresh
- updating xcode
- updating macOS
- cleaning the cocoa pod cache
I am out of ideas.. The only other suggestion I saw was to chmod +x on the "${PODS_ROOT}/Target Support Files/Pods-FullyNoded/Pods-FullyNoded-frameworks.sh" but I am not sure what the PODS_ROOT location is.
Any tips? Was working fine in prior version 408.10.1
Thanks for your help.
You will need to provide the actual error, which triggered this.
In Xcode's Drop-Down Menu:
View -> Navigators -> Reports
In the reports tab make sure "Local" is selected, not "Cloud".
The select the latest "Build" which is marked with a red X.
Then browse the log output for the actual error.
It should look something like this:
Now I'm getting this. A bit more helpful.
Somehow Xcode command line tools became uninstalled at some point on my machine which seems to have been the culprit here, working fine now. Thank you!
You're welcome!