mapbox-maps-ios
mapbox-maps-ios copied to clipboard
SDK Crash : DefaultLocationProvider.swift - Attempted to read an unowned reference but object was already deallocated
Environment
- Xcode version: Compiled with 15.0
- iOS version: 17.4.1
- Devices affected: iPhone 12
- Maps SDK Version: Attached in the following screenshot 👇🏻
Observed behavior and steps to reproduce
- Just play with the SDK using the
SearchEngine
feature. The crash has only occurred for 1 user so far. It hasn't happened frequently enough to be significant... (For now)
Expected behavior
No crash. Should use weak
or handle the unowned
references in a proper way.