Hi, I hope this will get seen, I'm trying to use this in a project of mine, and I get this error when Installing pods. Is there a way I can force or manually update MapCommon on this project so I can use it? Thanks.
[!] CocoaPods could not find compatible versions for pod "MapboxCommon":
In snapshot (Podfile.lock):
MapboxCommon (= 23.8.3, ~> 23.8)
In Podfile:
react-native-mapbox-navigation (from ../node_modules/@sqware/react-native-mapbox-navigation) was resolved to 2.0.0, which depends on
MapboxNavigation (> 2.1.0) was resolved to 2.1.1, which depends on
MapboxCoreNavigation (= 2.1.1) was resolved to 2.1.1, which depends on
MapboxNavigationNative (> 80.0) was resolved to 80.0.2, which depends on
MapboxCommon (~> 20.1)
rnmapbox-maps (from `../node_modules/@rnmapbox/maps`) was resolved to 10.1.0-beta.20, which depends on
MapboxMaps (~> 10.16.1) was resolved to 10.16.1, which depends on
MapboxCommon (= 23.8.3)
rnmapbox-maps (from `../node_modules/@rnmapbox/maps`) was resolved to 10.1.0-beta.20, which depends on
MapboxMaps (~> 10.16.1) was resolved to 10.16.1, which depends on
MapboxCoreMaps (= 10.16.1) was resolved to 10.16.1, which depends on
MapboxCommon (~> 23.8)
You have either:
- out-of-date source repos which you can update with
pod repo update or with pod install --repo-update.
- changed the constraints of dependency
MapboxCommon inside your development pod react-native-mapbox-navigation.
You should run pod update MapboxCommon to apply changes you've made.
Hi, I hope this will get seen, I'm trying to use this in a project of mine, and I get this error when Installing pods. Is there a way I can force or manually update MapCommon on this project so I can use it? Thanks.
[!] CocoaPods could not find compatible versions for pod "MapboxCommon":
In snapshot (Podfile.lock):
MapboxCommon (= 23.8.3, ~> 23.8)
In Podfile:
react-native-mapbox-navigation (from
../node_modules/@sqware/react-native-mapbox-navigation) was resolved to 2.0.0, which depends onMapboxNavigation (
> 2.1.0) was resolved to 2.1.1, which depends on> 80.0) was resolved to 80.0.2, which depends onMapboxCoreNavigation (= 2.1.1) was resolved to 2.1.1, which depends on
MapboxNavigationNative (
MapboxCommon (~> 20.1)
You have either:
pod repo updateor withpod install --repo-update.MapboxCommoninside your development podreact-native-mapbox-navigation.You should run
pod update MapboxCommonto apply changes you've made.