As a workaround you can try to simulate update location failure by constructing NSError object with appropriate values and calling corresponding CLLocationManager delegate didFailWithError:
method manually.
↧
Answer by Vladimir for Disable location service in iPhone simulator?
↧