-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Crash on open close different MapView #9096
Comments
@evgzor from what I can tell, the crash report you attached does not implicate the Mapbox SDK. Can you please provide a sample project or code in a gist that would allow us to reproduce this? |
Hi @evgzor, I was able to repro this issue in Looks like it may be related to #7716 Will look more into this! |
@frederoni It also seems to be the case that if we (the |
To be clear, the crash is an unhandled exception related to the view controller layout guides going away before we unregister observing the layout guides' |
Noting that this crash seems to happen regardless of whether or not there are annotations or a nav bar. @incanus was able to reproduce with a clean My next steps are to look more into the Including the message from
|
|
This seems to be correct. _UILayoutSpacer is deallocated before MGLMapView is. I think we can solve this by overriding
Good point. This should work with the willMoveToWindow fix mentioned aboved. |
This was fixed by #9109 on the |
It's ios issue. How it's can be close as Android issue? |
@evgzor if you are referring to the branch name, iOS and Android share a release branch. However, this issue only affects iOS. |
when 3.6.0 would be released for checking fix? |
3.6.0-beta.2 is just around the corner. Perhaps at the end of this week. |
@evgzor 3.6.0-beta.2 should be published a few hours from now. |
iOS 10.3.2
v3.6.0-beta.1
Steps to trigger behavior
Expected behavior
No crash observed
Actual behavior
Crash observed like:
and:
and crash log: crash.crash.zip
In previous version 3.5.4 - no crash observed with same scenario
The text was updated successfully, but these errors were encountered: