Skip to content

Trying to install, pods dependencies not working #120

Description

@salvinoto

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions