React Native IOS 빌드시 "Command PhaseScriptExecution failed with a nonzero exit code" 에러 해결

react-nativePhaseScriptExecutionxcodenode
avatar
2025.04.10
·
1 min read

'Bundle React Native code and images' 페이즈를 실행하려고 보니 니가 설정한 path에 파일이나 폴더를 찾지 못해서 나는 에러이다.

XCode가 Node를 읽을 수 있도록 아래 명령어를 입력하면 해결된다.

sudo ln -s "$(which node)" /usr/local/bin/node






- 컬렉션 아티클