【解决方法】Error Domain=kCLErrorDomain Code=0 "The operation couldn’t be completed.

环境:XCODE6.0.1 + iPhone / iOS8

错误:使用CoreLocation获取地理位置信息,报错

Error Domain=kCLErrorDomain Code=0 "The operation couldn’t be completed. (kCLErrorDomain error 0.)"

解决方法:

1.确定模拟器(手机)已经联网并且允许程序获取地理位置

2.重置地理位置服务或者网络服务

PS:如果是模拟器就果断直接重置模拟器吧  IOS Simulator - Reset Content and Settings..。

时间: 2024-10-07 13:46:08

【解决方法】Error Domain=kCLErrorDomain Code=0 "The operation couldn’t be completed.的相关文章

IOS8解决获取位置坐标信息出错(Error Domain=kCLErrorDomain Code=0)(转)

标题:IOS8解决获取位置坐标信息出错(Error Domain=kCLErrorDomain Code=0) 前几天解决了在ios8上无法使用地址位置服务的问题,最近在模拟器上调试发现获取位置坐标信息的时候会报错,错误信息: didFailWithError: Error Domain=kCLErrorDomain Code=0 “The operation couldn’t be completed. (kCLErrorDomain error 0.)”. 出错原因是xcode里面的proj

Error Domain=NSCocoaErrorDomain Code=3840 "The operation couldn’t be completed. (Cocoa error 3840.)"

AF解析json出错: Error Domain=NSCocoaErrorDomain Code=3840 "The operation couldn't be completed. (Cocoa error 3840.)" (JSON text did not start with array or object and option to allow fragments not set.) UserInfo=0x8a8a700 {NSDebugDescription=JSON te

Error Domain=NSURLErrorDomain Code=-999 “The operation couldn’t be completed.

转:http://www.wangzhengdong.com/blog/error-domainnsurlerrordomain-code-999-the-operation-couldnt-be-completed.html – (void)webView:(UIWebView *)webView didFailLoadWithError:(NSError *)error { //一个页面没有被完全加载之前收到下一个请求,此时迅速会出现此error,error=-999 //此时可能已经加载完

iOS:Error Domain=WebKitErrorDomain Code=101 "The operation couldn’t be completed. (WebKitErrorDomain

NSString *urlStr = [NSString stringWithFormat:@"%@?uid=%@&uname=%@",KQuestionnaireUrl,model.idStr,model.real_name]; urlStr = [urlStr stringByAddingPercentEscapesUsingEncoding:NSUTF8StringEncoding]; NSURL *url = [NSURL URLWithString:urlStr];

IAP测试购买失败,Error Domain=SKErrorDomain Code=0 "无法连接到 iTunes Store"

关于IAP购买失败的问题 解决方法 Error Domain=SKErrorDomain Code=0 "无法连接到 iTunes Store" UserInfo=0x7f4c530 {NSLocalizedDescription=无法连接到 iTunes Store} bundle id和product id在另一个工程已经测试通过了的说 1 是不是程序没正式发布?只是在测试iap,你把appstore的账号手动更换成你添加好的测试账号 然后再去支付. 2 http://stacko

蓝牙4.0收发数据 报Error Domain=CBErrorDomain Code=0 这个错

不小心改了一个地方结果一直报一个错Error Domain=CBErrorDomain Code=0, 后来和之前的对比了一下,发现是UUID导致的错误 看红色部分,是由于改变了UUID导致的 2015-05-28 17:05:32.034 bluetoothDemo[704:71315] didWriteValueForCharacteristic <CBCharacteristic: 0x146aa0f0, UUID = FFF2, properties = 0x8, value = (nu

in-app purchase 开发的的3个坑 Error Domain=SKErrorDomain Code=0 &quot;无法连接到 iTunes Store

首先,完整的代码我这里就不提供了,这里提供一个下载链接 http://code.cocoachina.com/view/130335 有个这个code,你调试也不能通过,原因主要有三个方面 第一   个问题是无法获取的Itune  Connect 里面里面定义的产品列表  ,主要几个原因 1.  检查自己的provisioning profile 是否包含支持 In-App purchase.  如果没有,请重新生成 2.有没有添加build号 3.是否使用了真机器调试    这一点非常重要,这

Error Domain=NSURLErrorDomain Code=-999错误

有时候遇到这个错误:Error Domain=NSURLErrorDomain Code=-999 "The operation couldn't be completed. 这里有一个解释:王正东博客 | Error Domain=NSURLErrorDomain Code=-999 "The operation couldn't be completed. - (void)webView:(UIWebView *)webView didFailLoadWithError:(NSEr

CoreData____.sqlite options:(null) ... returned error Error Domain=NSCocoaErrorDomain Code=134100 &quot;T

使用coreData存储数据的时候,运行app就报错CoreData____.sqlite options:(null) ... returned error Error Domain=NSCocoaErrorDomain Code=134100 "The operation couldn't be completed. (Cocoa error 134100.)". 解决办法:把模拟器里面的原来的app删除就可以了.运行OK.