QuadFlask / react-native-naver-map

🗺️naver map for react-native
MIT License
160 stars 146 forks source link

[iOS] Nmapsmap pod file 버전 3.16.1에서 source 위치가 바뀜. #166

Open solitair opened 1 year ago

solitair commented 1 year ago

Version of react-native-naver-map libraries

0.0.37

Version of react-native

expo sdk 47

Platforms you faced the error (IOS or Android or both?)

iOS

Expected behavior

eas build --platform ios => 성공

Actual behavior

Run fastlane 단계에서 다음과 같은 에러발생.

15 | #import <NMapsMap/NMGLatLng.h> | ^ 'NMapsMap/NMGLatLng.h' file not found

========================================================

nmapsmap pod file 버전 3.16.0에서는

"source": { "git": "https://github.com/navermaps/NMapsMap.git", "tag": "release/3.16.0" },

버전 3.16.1에서는

"source": { "http": "https://naver.jfrog.io/artifactory/pods/NMapsMap/3.16.1/NMapsMap.zip" },

로 바뀜.