我正在尝试为区域监控启用地理围栏,它似乎在模拟器上工作,但当我将其上传到我的设备时,我收到错误:The operation couldn’t be completed. (kCLErrorDomain error 5.)
。任何想法为什么它在模拟器中工作,但不是在我的实际设备上?我正在关注此tutorial
func locationManager(_ manager: CLLocationManager, monitoringDidFailFor region: CLRegion?, withError error: Error) {
print("Monitoring failed for region with identifier: \(region) \(error.localizedDescription)")
}