bluelion2 / Project-issue-repo

프로젝트를 진행하면서 있던 오류와 해결을 기록하는 repo
1 stars 0 forks source link

[React Native] Cocoapods install이 안될때 #14

Closed bluelion2 closed 4 years ago

bluelion2 commented 4 years ago

상황

react-native-cli: 2.0.1
pod --version : 1.8.4
react-native: 0.61.5

React native 개발 셋팅하기 따라하던 중, IOS관련 설치가 불가능하고 실행이 안됨.

bluelion2 commented 4 years ago

해결

cocoapods install error 참고하고 해결

프로젝트의 ios 폴더로 이동후

$ cd ios 
$ pod repo update
$ pod install

다시 react-native run-ios실행하면 정상적으로 에뮬레이터가 나온다.

스크린샷 2019-12-22 오후 9 36 54
bluelion2 commented 4 years ago

에러메세지나 스택오버플로우 글을 보면, 아마 xcode에 프로젝트가 안되는거 같음;;