-
Notifications
You must be signed in to change notification settings - Fork 12
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
Changing styles in demo iOS application causes app to crash #69
Comments
@incanus dupe of mapbox/mapbox-gl-native#659 |
Yeah closing as a dupe of mapbox/mapbox-gl-native#659. @lucaswoj make sure you grab the right hash (mapbox/mapbox-gl-native@655ee50) and see if that works. That's what I built the app on last week and it worked fine. |
Smooth sailing on mapbox/mapbox-gl-native@655ee50. Am I not supposed to use mapbox-gl-native master with this repo? |
You can use it @lucaswoj but it's in active development and such hiccups are par for the course :-) |
Very much understood 👍 Thanks for the help. |
I could have been clearer here — your hash wasn't "wrong" :-) |
The demo iOS app is supposed to cycle through styles when the titlebar is tapped -- instead it just crashes with an
EXEC_BAD_ACCESS
in libuv (uv__finish_close
).I have a hunch this is related to mapbox/mapbox-gl-native#623
The text was updated successfully, but these errors were encountered: