最近在模擬器上調試發現獲取位置坐標信息的時候會報錯,錯誤信息: didFailWithError: Error Domain=kCLErrorDomain Code=0 “The operation couldn’t be completed. (kCLErrorDomain error 0.)”。...
最近在模擬器上調試發現獲取位置坐標信息的時候會報錯,錯誤信息: didFailWithError: Error Domain=kCLErrorDomain Code=0 “The operation couldn’t be completed. (kCLErrorDomain error 0.)”。
出錯原因是xcode裡面的project-->scheme-->edit scheme-->options-->core location-->allow location simulation配置錯誤;如下圖:
解決辦法:
1. 若已經設置了,取消勾選,保存;
2. 將simulator-->reset content and settings:
3. 再重新勾選allow location simulation,
4. 再reset content and settings
這樣應該就可以解決該問題了。