Xcode 14.3 Command PhaseScriptExecution failed with a nonzero exit code

412 阅读1分钟

Xcode 14.3 运行react native项目 npm run ios 报错:

Command PhaseScriptExecution failed with a nonzero exit code

更改 node_modules/react-native/scripts/find-node.sh

- set -e
+ set +e

清空xcode build:Command + Shift + K
之后重新

cd ios &&  pod install