반응형
mac react-native error
Failed to build iOS project. We ran "xcodebuild" command but it exited with error code 65.
"Failed to build iOS project. We ran "xcodebuild" command but it exited with error code 65."
라는 오류가 떴다.
두가지 방법을 해보았다.
처음은
1. 수동으로 ios디렉토리 삭제
2. 캐시정리 - npm cache clean --force
3. react-native start
4. npm install
5. react-native link
6. react-native run-ios
했다. 그러나 안됐다.
두번째방법으로
1. cd ios
2. pod install
3. cd ..
4. delete build folder(안해도 되더라)
5. react-native run-ios
두번째했던 방법이 됐다.
혁이는 코딩중 !! 화이팅!! 열코 ..~!~!
error Failed to build iOS project. We ran "xcodebuild" command but it exited with error code 65
I've build a react-native application and suddenly I get this error message on my terminal during run of the command react-native run-ios. The same code work fine 10 minutes ago and suddenly I get ...
stackoverflow.com
반응형