-
Notifications
You must be signed in to change notification settings - Fork 122
Consistent crash during app launch #121
Comments
@kohlab thanks for the report. In Until it does (and you can specify the Maps SDK as a
Please read the release notes here: https://github.com/mapbox/mapbox-gl-native-ios/releases/tag/ios-v5.6.0. However, since you're including In the meantime, I would suggest pinning to Maps SDK version 5.5.0, so:
|
@julianrex Thanks very much. Pinning the Maps SDK does indeed avoid the crash. I'll look for updates to the Carthage dependencies issue and will hold off on 5.6.0 until then. Thanks again. |
Thanks for the update, I'll go ahead and close this issue as solved. |
mapbox/mapbox-navigation-ios#2299 tracks changes that now need to happen in the navigation SDK. @julianrex, perhaps the map SDK’s release notes should emphasize that this is a backwards-incompatible change for existing projects that relied on |
Steps to reproduce
Expected behavior
We expect app to launch without complaint, as before we upgraded to the most recent stack. (Annoyingly the crash remains in all our attempts to far to revert.)
Actual behavior
Instead we get this stack trace:
Configuration
Mapbox SDK versions:
These are the versions we have set up in our Cartfile (the latest, we think):
github "mapbox/MapboxDirections.swift" ~> 0.30
github "mapbox/MapboxGeocoder.swift" ~> 0.12
github "mapbox/mapbox-navigation-ios" ~> 0.38.1
binary "https://www.mapbox.com/ios-sdk/Mapbox-iOS-SDK.json" ~> 5.4
iOS/macOS versions:
Running macOS 10.15.2 to run the iOS simulator.
Device/simulator models:
Deploying on iOS 11.4 in iPhone SE Simulator.
Xcode version:
Xcode version 11.3 (11C29)
The text was updated successfully, but these errors were encountered: