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
Frankenstein was right - it must be an Xcode bug. I put the same code in a "real" program and no problem.