I am trying to create some "CLLocation"s from data that I\'ve read from a file. The first step is to instantiate a "CLLocationCoordinate2D" to be fed int
Just happened to me. Try to replace import CoreLocation with import MapKit that's worked in me case.
import CoreLocation
import MapKit