[!] No podspec found for `react-native-google-maps` in `../node_modules/react-native-maps`
pod 파일에서
# React Native Maps dependencies
rn_maps_path = '../node_modules/react-native-maps'
pod 'react-native-maps', path: rn_maps_path
pod 'react-native-google-maps', :path => rn_maps_path
이렇게 rn map path 를 설정해두는데 이걸 계속 찾을 수 없다는 에러가 뜬다.
github.com/react-native-maps/react-native-maps/issues/1197
내 rn map path로 수정해주면 된다고 하는데
그냥 npm i 하고 다시 pod install 해주면 된다.
안에서 뭐가 꼬이는 모양이다..
'캡스톤디자인' 카테고리의 다른 글
에러 메모 (1) | 2021.05.26 |
---|---|
react-native 모듈 간편하게 import 시키기 (2) | 2021.05.09 |
React-Native 로그인/회원가입 플로우 navigation (0) | 2021.05.04 |
빌드 오류 수정 (0) | 2021.05.04 |
구글 다이얼로그 플로우 연동 방법 조사 (1) | 2021.04.27 |