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

pod error bug #2349

Closed
nole87 opened this issue Mar 10, 2020 · 6 comments
Closed

pod error bug #2349

nole87 opened this issue Mar 10, 2020 · 6 comments
Labels
archived Archived issue.

Comments

@nole87
Copy link

nole87 commented Mar 10, 2020

Mapbox Navigation SDK version:
0.39

I have two issues to report. First one is:

CocoaPods could not find compatible versions for pod "Mapbox-iOS-SDK":
In Podfile:
Mapbox-iOS-SDK (= 5.7.0)

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

MapboxPlugins (from `/Users/kacerac/Desktop/Patroler verzije/mapbox-plugins-ios-master`) was resolved to 0.0.1, which depends on
  MapboxPlugins/PluginKit (= 0.0.1) was resolved to 0.0.1, which depends on
    Mapbox-iOS-SDK (~> 5.7.0)

Can you make that navigation SDK depends always on newest version of mapbox iOS SDk?

And second one, is it possible to somehow use navigation SDK but not to exclude ios 9 users? Because now I must set to 10 deployment target...

Screenshot 2020-03-10 at 11 37 48

@1ec5
Copy link
Contributor

1ec5 commented Mar 16, 2020

It looks like you’ve installed MapboxPlugins. I’m unsure if it’s compatible with the latest versions of the Mapbox Maps SDK and Mapbox Navigation SDK, regardless of what the podspec states.

Can you make that navigation SDK depends always on newest version of mapbox iOS SDk?

Navigation SDK v0.38.x is unable to support the latest map SDK due to a bug in the map SDK that broke backwards compatibility: #2299. However, navigation SDK v1.0.0-alpha.1 has worked around the problem, so you can try that out if you don’t mind all the public API changes in that release.

And second one, is it possible to somehow use navigation SDK but not to exclude ios 9 users?

v1.0.0-alpha.1 has dropped support for iOS 9, and we don’t have plans to restore that support. Unfortunately this means you’ll have to choose between iOS 9 support and using the latest map SDK releases.

/cc @chloekraw @knov

@nole87
Copy link
Author

nole87 commented Mar 17, 2020

How can I get navigation v1.0.0-alpha.1 pod? I try via pods but I get error ...

@1ec5
Copy link
Contributor

1ec5 commented Mar 17, 2020

We aren’t pushing prereleases to CocoaPods trunk because prereleases aren’t necessarily appropriate for developers to receive by default. But you can follow these instructions to download alpha 1 using CocoaPods.

@kishansbs
Copy link

same --
pod 'MapboxNavigation', '~> 0.39.0' --

CocoaPods could not find compatible versions for pod "MapboxNavigation":
In Podfile:
MapboxNavigation (~> 0.39.0)

Specs satisfying the MapboxNavigation (~> 0.39.0) dependency were found, but they required a higher minimum deployment target.

@stale
Copy link

stale bot commented Nov 22, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the archived Archived issue. label Nov 22, 2020
@stale
Copy link

stale bot commented Dec 25, 2020

Stale.

@stale stale bot closed this as completed Dec 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
archived Archived issue.
Projects
None yet
Development

No branches or pull requests

3 participants