-
-
Notifications
You must be signed in to change notification settings - Fork 338
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
User Tracking Mode cause crash #59
Comments
The problem lies in the didUpdateHeading method in the MGLMapView.mm code, remove the child thread, as follows:
// }); |
reezer
added a commit
to reezer/maplibre-gl-native
that referenced
this issue
Apr 14, 2021
roblabs
pushed a commit
that referenced
this issue
Apr 15, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Every time I set the user tracking mode to .followWithHeading I get a crash. I created a bare sample project below that replicated the error. I have tested on iPhone X, and iPad, both on 14.4.1 and both get the crash after a few seconds, maybe 20 at the most.
I am not calling it from a background thread.
https://github.com/paulsUsername/maplibre-error.git
The text was updated successfully, but these errors were encountered: