I've recently updated to xcode 6.0.1. When I run my app on the simulator, neither the
didUpdateToLocation:(CLLocation *)newLocation fromLocation:(CLLocation *)oldLocation
nor the
-(void) locationManager:(CLLocationManager *)manager didFailWithError:(NSError *)error
methods were called. Anybody is seeing this issue? It was working fine in xcode 5.
Getting location update on the device is fine.
Thanks!