首页 > CLLocationManager定位错误

CLLocationManager定位错误

- (void)locationManager:(CLLocationManager *)manager didFailWithError:(NSError *)error{
    NSLog(@"%@",error);
}

打印出的error如下:
Error Domain=kCLErrorDomain Code=0 "(null)"
是因为模拟器的原因么?


模拟器要设置定位经纬度

【热门文章】
【热门文章】