19
didFailWithError: Error Domain = kCLErrorDomain Code = 0 “Không thể hoàn thành thao tác. (kCLErrorDomain error 0.) ”
Tôi muốn lấy vị trí hiện tại nhưng lại gặp lỗi. Đây là một đoạn mã của bộ điều khiển chế độ xem của tôi. - (void)viewDidLoad { self.locationManager = [[CLLocationManager alloc] init]; [locationManager setDelegate:self]; [locationManager setDesiredAccuracy:kCLLocationAccuracyNearestTenMeters]; [locationManager startUpdatingLocation]; } - (void)locationManager:(CLLocationManager *)manager didUpdateLocations:(NSArray<CLLocation *> *)locations { // I would …