sudo xcode-select --switch /Applications/Xcode.app

실행 후 pod install 실행

npx react-native init AwesomeProject

실행했을 때 다음과 같은 에러를 만나게 되는데 

npm install -g react-native-cli && npm install -g react-native

실행 후 해결 되었다.

+ Recent posts