-
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
Cocoapods cannot find MapboxNavigation version 1.0 #2654
Comments
Unfortunately we ran into a roadblock uploading v1.0.0 to CocoaPods trunk: #2646 (comment). Until we find a fix and release v1.0.0, please try the latest release candidate. Thanks for your patience! |
I'm having the same issue with the pod repo update failing to locate MapboxNavigation (~> 1.0). You mention using the release candidate, but this cannot be uploaded to the App Store can it? |
We’re working on getting the release back up early this week. If you plan to upload to the App Store before then, you can use v0.40.0, which has been available for some time and is stable. Otherwise, use the release candidate so you don’t have to make any changes once v1.0.0 comes out. Thanks for your patience! |
Sadly version v0.40.0 does not work alongside MapBox v6.2.0 which is requires to fix the iOS14 stuttering bug. Currently my app is running the new MapBox SDK to fix the stutter, and I've had to disable the navigation options until this is fixed. |
Are you referring to the fix for mapbox/mapbox-gl-native-ios#350 in mapbox/mapbox-gl-native-ios#411? That’s unfortunate, but we’ll have v1.0.0 ready later this week after some additional testing on iOS 14. There’s no restriction against publishing an application to the App Store with a prerelease version of the navigation SDK, but we don’t recommend or officially support that. Between v1.0.0-rc.5 and v1.0.0, there will be no API changes but a few bug fixes:
|
We did publish a version of our app to the App Store with a link we forgot to remove, when we went anywhere near the directions API in a release version out app threw an exception. Due to this we had to ensure all links to these rc versions was removed. |
v1.0.0 is now available: #2646 (comment). Thanks once again for your patience as we worked through a series of issues related to Xcode 12 and iOS 14. We look forward to your readoption of the navigation SDK soon! |
Progress. I can now install v1.0.0 without error. However I cannot build for any iOS target other than simulator. I get the error:
I will open a separate issue to track this. |
Thanks, following up in #2674. |
Cocoapods install instructions say:
pod 'MapboxNavigation', '~> 1.0'
However running 'pod install' returns this error:
[!] CocoaPods could not find compatible versions for pod "MapboxNavigation":
In Podfile:
MapboxNavigation (~> 1.0)
None of your spec sources contain a spec satisfying the dependency:
MapboxNavigation (~> 1.0)
.You have either:
pod repo update
or withpod install --repo-update
.Updating the repo did not help.
The text was updated successfully, but these errors were encountered: