hulab / ClusterKit

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

Value of type 'MGLMapView' has no member 'clusterManager' #84

Closed kleeb closed 3 years ago

kleeb commented 4 years ago

I am getting

error: value of type 'MGLMapView' has no member 'clusterManager'
            mapView.clusterManager.algorithm = algorithm

MGLMapView does not have anything called clusterManager, I also don't see that it was removed in previous versions of Mapbox iOS SDK, nor deprecated. Any ideas?

sup8369 commented 4 years ago

Change pod 'ClusterKit' to pod 'ClusterKit/Mapbox'