We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.0.37
expo sdk 47
iOS
eas build --platform ios => 성공
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" },
로 바뀜.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 단계에서 다음과 같은 에러발생.
========================================================
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"
},
로 바뀜.
The text was updated successfully, but these errors were encountered: