Skip to content
New issue

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

Mapbox Navigation is incompatible with Mapbox-iOS-SDK 5.6.0 #2326

Closed
wojciech-kulik opened this issue Jan 30, 2020 · 3 comments
Closed

Mapbox Navigation is incompatible with Mapbox-iOS-SDK 5.6.0 #2326

wojciech-kulik opened this issue Jan 30, 2020 · 3 comments
Labels
build Issues related to builds and dependency management. workaround available

Comments

@wojciech-kulik
Copy link

We need to migrate to Mapbox-iOS-SDK 5.6.0, but when resolving dependencies via CocoaPods, we get the following error:

[!] CocoaPods could not find compatible versions for pod "Mapbox-iOS-SDK":
  In Podfile:
    Mapbox-iOS-SDK (~> 5.6.0)

    MapboxNavigation (~> 0.38.3) was resolved to 0.38.3, which depends on
      Mapbox-iOS-SDK (= 5.5.0)

Specs satisfying the `Mapbox-iOS-SDK (~> 5.6.0), Mapbox-iOS-SDK (= 5.5.0)` dependency were found, but they required a higher minimum deployment target.
@1ec5
Copy link
Contributor

1ec5 commented Jan 30, 2020

Unfortunately, v5.6.0 contains backwards-incompatible changes that prevent it from working with v0.38.x: #2299. If you need to use v5.6.0 rather than v5.5.0, you’ll need to upgrade to navigation SDK v1.0.0-alpha.1. We’re expecting a beta release shortly.

@wojciech-kulik
Copy link
Author

Thank you for a quick response!

@1ec5 1ec5 added build Issues related to builds and dependency management. workaround available labels Feb 1, 2020
@1ec5
Copy link
Contributor

1ec5 commented Jul 8, 2020

v0.40.0 and above depends on v5.6.0 and above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Issues related to builds and dependency management. workaround available
Projects
None yet
Development

No branches or pull requests

2 participants