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
{{ message }}
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
MGLMapView doesn’t explicitly remove all its annotations when it gets deallocated, so the dangling KVO observations on the point annotations’ coordinate key paths cause a reliable crash. This regression was introduced in #3835. Here’s an example stack trace:
Fixed a crash when deallocating an MGLMapView that has point annotations. Now we explicitly remove all the annotations from the view and thus remove all remaining KVO observers on those annotations.
Fixes#4805.
MGLMapView doesn’t explicitly remove all its annotations when it gets deallocated, so the dangling KVO observations on the point annotations’
coordinate
key paths cause a reliable crash. This regression was introduced in #3835. Here’s an example stack trace:The text was updated successfully, but these errors were encountered: