I don't get such a KPClusteringController module error when I try to import a kingpin coco hood into my quick project
https://github.com/itsbonczek/kingpin
my Sandbox-Bridging-Header.h
#import <kingpin/KPClusteringController.h>
my import statement in the view controller
import UIKit
import MapKit
import KPClusteringController
source
share