我正在使用 MKMapView 类进行开发,在设备(iPhone5)上运行并使用 AirPlane 模式 ON 时,Wi-Fi ON,
以及 MKMapView 的属性:<code>showsUserLocationsetting 为YES
,MKMapView 的委托
- (void)mapView:(MKMapView *)mapView didFailToLocateUserWithError:(NSError *)error
被调用,返回错误
Turn off airplane mode or use Wi-Fi to show your location on the map
告诉我关闭 AirPlane 模式或打开 Wi-Fi 以获取地图上的位置。我的飞行模式开启了,但是我的 Wi-Fi 开启了,怎么找不到我的位置?</p>
是MKMapView的bug,还是别的什么?谢谢!