我正在模拟器中测试我的应用程序以获取位置服务。我尝试通过设置Debug->Location->Cityrun
进行调试。引脚在地图上移动,但位置管理器委托方法
-(void)locationManager:(CLLocationManager *)manager
didUpdateToLocation:(CLLocation *)newLocation
fromLocation:(CLLocation *)oldLocation)
没有被调用。有什么方法可以解决这个问题吗?..