I have a project made using Xcode 5. I have a ViewController where i take the phone location using a CLLocationManager. I have implemented both:
-(void)locationManager:(CLLocationManager *)manager didUpdateLocations:(NSArray *)locations
-(void)locationManager:(CLLocationManager *)manager didFailWithError:(NSError *)error
which worked great.
Now i opened the project with Xcode 6 GM, and neither of these 2 methods where called (not on simulator, or device).
Any ideas? Thanks
See Question&Answers more detail:os