When I try to use map in iOS 8, I get below error.
Trying to start MapKit location updates without prompting for location authorization. Must call -[CLLocationMa
The requestWhenInUseAuthorization runs asynchronously, so you should not be calling startUpdatingLocation until you get a change in authorization status in your delegate.
requestWhenInUseAuthorization
startUpdatingLocation