Command PhaseScriptExecution failed with a nonzero exit code エラーについて
1084 ワード
最初に
nodebrew で node
を構築した Mac で、
ReactNative プロジェクトを XCode でビルドすると下記のエラーが出ることがあります。
env: node: No such file or directory Command
Command PhaseScriptExecution failed with a nonzero exit code
どう対応するか?
node
のコマンドパスがシステム全体に通ってないことが原因なので、
ターミナルから /usr/local/bin/node へシンボリックリンクを貼ることで解決できます。
ln -s $(eval which node) /usr/local/bin/node
この後、XCode 上でクリーンしビルドすると動作します。
なおこちらの Issue も参考にしました。ありがとうございます。
Author And Source
この問題について(Command PhaseScriptExecution failed with a nonzero exit code エラーについて), 我々は、より多くの情報をここで見つけました https://qiita.com/fujimaring/items/4cd8c4a4fb3d4538a88b著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .