after i clone a new project i got this error i didnt reach to resolve it
node version v16.13.0 npm version 8.1.0 npm view react version 17.0.2 Xcode Version 13.1 macOS Monterey verison 12.0.1
after i clone a new project i got this error i didnt reach to resolve it
node version v16.13.0 npm version 8.1.0 npm view react version 17.0.2 Xcode Version 13.1 macOS Monterey verison 12.0.1
Have seen the similar issue with exit code 127 pointing to a bash script, and issue and no clear error log
After spending lots of time realized that its the empty Run scripts we left with Pre-actions and Post-actions within Schemes. Deleted the Run-scripts and everything worked fine.
Seems like starting Xcode 13.2 building/archiving is failing if you have empty run scripts in Pre/Post actions.