You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
iOS version: 17.6.1 mainly, also a few occurence on 17.5.1 and on 18.0.0
Devices affected: Various iphone models from iPhone X to iPhone 15 pro max
Maps SDK Version: 11.4.0
Observed behavior and steps to reproduce
We are seeing this crash gaining traction in our current production release. Here is the callstack download from Firebase crashlytics: onAccuracyAuthorizationChanged_stacktrace.txt
Expected behavior
Should not crash 😄
The text was updated successfully, but these errors were encountered:
We are getting what might be a similar crash (also EXC_BAD_ACCESS), though it's not in sharedRunLoop and the stack trace doesn't have any detail. It seems to only happen where we have Location permissions set to "Always" (set and used with a different LocationManager outside of MapBox) which is only a subset of our users. It does not always happen, we haven't been able to nail down exact circumstances, other than the app is backgrounded. The exception looks like:
Environment
Observed behavior and steps to reproduce
We are seeing this crash gaining traction in our current production release. Here is the callstack download from Firebase crashlytics:
onAccuracyAuthorizationChanged_stacktrace.txt
Expected behavior
Should not crash 😄
The text was updated successfully, but these errors were encountered: