-
Notifications
You must be signed in to change notification settings - Fork 318
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
Comments
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.
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.
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 |
How can I get navigation v1.0.0-alpha.1 pod? I try via pods but I get error ... |
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. |
same -- CocoaPods could not find compatible versions for pod "MapboxNavigation": Specs satisfying the |
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. |
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)
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...
The text was updated successfully, but these errors were encountered: