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 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…