mapbox / mapbox/mapbox-navigation-ios
MapboxNavigation Upgrade Fails
@MaximAlien is already working on this.
Since Dec 9, 2021.
- Dominant language
- Swift
- Stars
- 918
- Forks
- 326
- Avg merge
- 1h 16m
- Merged PRs (30d)
- 3
Description
### Mapbox Navigation SDK version
2.0.0
### Steps to reproduce
We are currently using MapboxNavigation version 0.40.0 and currently we are trying to upgrade MapboxNavigation to the latest version 2.0.0 using cocoapods.
### Expected behavior
the expected result was to install MapboxNavigation version successfully after change the version in podfille from
` pod 'MapboxNavigation', '~> 0.40.0'` to `pod 'MapboxNavigation', '~> 2.0.0'`
### Actual behavior
the result I still get is ->
```
`[!] CocoaPods could not find compatible versions for pod "MapboxMobileEvents":
In snapshot (Podfile.lock):
MapboxMobileEvents (= 0.10.2, ~> 0.10.2)
In Podfile:
MapboxNavigation (~> 2.0.0) was resolved to 2.0.1, which depends on
MapboxMobileEvents (~> 1.0)
react-native-mapbox-gl (from `../node_modules/@react-native-mapbox-gl/maps`) was resolved to 8.5.0, which depends on
Mapbox-iOS-SDK (~> 5.9.0) was resolved to 5.9.0, which depends on
MapboxMobileEvents (= 0.10.2)
```
`
### Is this a one-time issue or a repeatable issue?
repeatable
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.