![[RN] Command PhaseScriptExecution failed with a nonzero exit code 오류 해결.](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2Fy9BzG%2Fbtr0r5fsKzF%2FDucxQKE2VAFNFSmgSQZYr1%2Fimg.jpg)
Front-End/React Native Issue2023. 2. 23. 02:22[RN] Command PhaseScriptExecution failed with a nonzero exit code 오류 해결.
안녕하세요. RyuWoong 입니다. RN을 만지다보면 다양한 에러를 접하게되는데요, 그 중 누구나 쉽게 맞닥뜨릴 수 있는 에러를 하나 소개하려고합니다. 바로 가보실까요? 문제. RN을 Release 하기 전에 실기기에 빌드를 하시게 될 겁니다. 하지만, Build 중에 에러가 발생합니다. Command PhaseScriptExecution failed with a nonzero exit code 정확하게 알 순 없지만 Node 때문에 발생하는 것 같습니다. 🤔 https://reactnative.dev/docs/new-architecture-troubleshooting#xcode-build-issues Troubleshooting · React Native This page contains resolu..