hulab / ClusterKit

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

Fix 'include of non-modular header inside framework module' error #78

Closed saltwat5r closed 4 years ago

saltwat5r commented 5 years ago

I have the following error messages while using ClusterKit through CocoaPods:

Could not build Objective-C module ‘ClusterKit’

include of non-modular header inside framework module 'ClusterKit.MKMapView_ClusterKit'

To fix this I replaced imports of <ClusterKit/ClusterKit.h> with imports of only required files.

maxep commented 4 years ago

Thanks @saltwat5r! Closing in favor of #87