캡스톤디자인

react-native-google-maps pod error

[!] 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

 

[!] No podspec found for `React` in `../../node_modules/react-native` · Issue #1197 · react-native-maps/react-native-maps

Using the example Podfile, I get this when running pod install in ios folder. react-native 0.42.3

github.com

내 rn map path로 수정해주면 된다고 하는데

그냥 npm i 하고 다시 pod install 해주면 된다.

안에서 뭐가 꼬이는 모양이다..