gpt4 book ai didi

ios - CLLocationManager kCLErrorDomain 代码?

转载 作者:可可西里 更新时间:2023-11-01 04:15:38 25 4
gpt4 key购买 nike

使用 iBeacon 和 CoreLocation 我收到以下错误:

Error Domain=kCLErrorDomain Code=16 "操作无法完成。(kCLErrorDomain 错误 16。)

除非我遗漏了它,否则 Apple 似乎没有明确说明每个错误代码的含义。

谁能解释这个错误代码?

错误调用来自:

- (void)locationManager:(CLLocationManager *)manager rangingBeaconsDidFailForRegion:    (CLBeaconRegion *)region withError:(NSError *)error{
NSLog(@"%@", error);
}

- (void)locationManager:(CLLocationManager *)manager monitoringDidFailForRegion:(CLRegion *)region withError:(NSError *)error{
NSLog(@"%@", error); }

最佳答案

查看 CLError 的文档。值 16 是 kCLErrorRangingUnavailable

文档说:

Ranging is disabled. This might happen if the device is in Airplane mode or if Bluetooth or location services are disabled.

关于ios - CLLocationManager kCLErrorDomain 代码?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20164952/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com