hulab / ClusterKit

An iOS map clustering framework targeting MapKit, Google Maps and Mapbox.
MIT License
512 stars 86 forks source link

Stuttering on Mapbox since iOS14 #92

Open Beniryu opened 3 years ago

Beniryu commented 3 years ago

Hello,

Thanks guys for building this amazing lib!

Mapbox has been stuttering since iOS14. The issue has supposedly been resolved in Mapbox 6.2. https://github.com/mapbox/mapbox-gl-native-ios/issues/350

However, I can't update mapbox to 6.2 because of ClusterKit.

Do you think you'll update ClusterKit to be compatible with Mapbox 6.x soon?

It's critical as my app is already on the store and it's a severe issue.

b7anka commented 2 years ago

Hello, did you ever find a solution for this?

Beniryu commented 2 years ago

Hey, a bit late to this, but I had to install ClusterKit manually in the project, which had its own Mapbox version So I have a "ClusterKit" folder at the root of my project containing everything. So I used it in my podfile like this: pod 'ClusterKit/Mapbox', :path => './ClusterKit'

Not ideal, but it worked.