Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Declare mbgl::style::GeoJSONOptions as immutable #101

Closed
wants to merge 2 commits into from

Conversation

captainbarbosa
Copy link
Contributor

Attempts to fix crash in noted in mapbox/mapbox-gl-native#16053 by declaring mbgl::style::GeoJSONOptions as an Immutable type.

Per chat with @asheemmamoowala, Android has implemented this in their own platform JNI code so they don't run into this issue. To be consistent, we should do the same on iOS.

So far, all of the changes in this PR seem to resolve the errors from mapbox/mapbox-gl-native#16053, but I'm still running into an issue related to lmbgl-vendor-icu - running iosapp in this PR results in the build failing with Library not found for -lmbgl-vendor-icu:

Screenshot 2019-12-12 16 41 15

I'm not aware of what this library is used for. @asheemmamoowala has mentioned that @pozdnyakov may be able to diagnose this further.

Note: This PR also has the mapbox-gl-native PR pointed at the release-tequila branch.

cc @mapbox/ios

@captainbarbosa
Copy link
Contributor Author

Pulled over the finish line by #102

@captainbarbosa captainbarbosa deleted the geojson-immutable-fix branch December 13, 2019 20:20
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant