-
React Native: pod install error 해결 방법개발/리액트 네이티브 2021. 1. 16. 15:01
cocoapods could not find compatible versions for pod ...
샌드 박스가 Podfile.lock과 동기화되지 않았습니다. 'pod install'을 실행하거나 CocoaPods 설치를 업데이트하십시오."라는 오류 뜸.
해결 방법:
$ pod repo update
'개발 > 리액트 네이티브' 카테고리의 다른 글
No bundle url present 이슈 해결 (0) 2021.01.21 React Native: Scrollable Tab View 구현하기 (0) 2021.01.19 React Native: 싸인 기능 구현하기 (0) 2021.01.15 React Native: 카메라 스캔 영역 지정하기 camera scan limit area (0) 2021.01.15 React Native: KeyboardAvoidingView와 ScrollView를 같이 사용할 경우 주의해야 할 점 (0) 2021.01.13