Mapbox-iOS-SDK to 6.0
See original GitHub issueDescribe the bug
I’m using MapboxNavigation iOS SDK as a native module inside my react native project , I want to upgrade it from 0.4 to 1.4
after run pod install I got the below error
CocoaPods could not find compatible versions for pod "Mapbox-iOS-SDK":
In Podfile:
MapboxNavigation (~> 1.4) was resolved to 1.4.0, which depends on Mapbox-iOS-SDK (~> 6.0)
react-native-mapbox-gl (from `../node_modules/@react-native-mapbox-gl/maps`) was resolved to 8.1.0, which depends on Mapbox-iOS-SDK (~> 5.9.0)
To Reproduce
- add pod ‘MapboxNavigation’, ‘~> 1.4’ inside pod file
- run pod install
Versions (please complete the following information):
- Platform: [ iOS]
- Platform OS: [iOS 14.4]
- Device: [e.g. iPhone8+]
- Emulator/ Simulator: [yes]
- Dev OS: [11.2.2]
- react-native-mapbox-gl Version [8.1.0]
- React Native Version [e.g. 0.63.4]
Issue Analytics
- State:
- Created 2 years ago
- Comments:15 (8 by maintainers)
Top Results From Across the Web
Maps SDK for iOS v6 - Mapbox docs
The Mapbox Navigation SDK for iOS provides a high-quality user experience out of the box, so you don't have to send your users...
Read more >Mapbox Maps SDK for iOS
The Mapbox Maps SDK for iOS is an open-source framework for embedding interactive map views with scalable, customizable vector maps into Cocoa Touch ......
Read more >API Reference | Maps SDK | iOS - Mapbox docs
The Mapbox Maps SDK for iOS is a library for embedding highly customized maps within iOS applications. v10.9.1 latest. Prerelease.
Read more >Installation | Maps SDK | iOS - Mapbox docs
Mapbox provides the Maps SDK via Swift Package Manager, CocoaPods and direct download. You can choose whichever you prefer. ... Mapbox Maps can...
Read more >API Reference | Maps SDK v6 | iOS - Mapbox docs
The Mapbox Maps SDK for iOS is a library for embedding highly customized maps within iOS applications. v10.10.0 latest. Previous versions.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
hi there, assuming, that you’re using the default SDK version (as evident from your logs [
5.9.0
]) for this repo. You’ll have to follow the installation steps on how to increase the iOS SDK within our installation guide.No