真机调试报错error ==Error Domain=NSURLErrorDomain Code=-1009 "似乎已断开与互联网的连接。"

Posted 孙富有(iOS工程师)

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了真机调试报错error ==Error Domain=NSURLErrorDomain Code=-1009 "似乎已断开与互联网的连接。"相关的知识,希望对你有一定的参考价值。

真机调试报错error ==Error Domain=NSURLErrorDomain Code=-1009 "似乎已断开与互联网的连接。"

请注意,错误代码是-1009,网上关于网络链接查询错误代码的网站很多,查询一下,会发现

 

-1009

kCFURLErrorNotConnectedToInternet

NSURLErrorNotConnectedToInternet

“The connection failed because the device is not connected to the internet.”

看清楚了吧,“The connection failed because the device is not connected to the internet.”,没错就是我的真机忘记了链接WiFi(我想接下来你知道该干什么了吧,打开手机链接WiFi啊),这种低级的错误也会犯,真是有一万个草泥马在我心里奔腾啊,在此博主警告广大开发的队友们,千万要细心啊,别给自己埋坑啊!

以上是关于真机调试报错error ==Error Domain=NSURLErrorDomain Code=-1009 "似乎已断开与互联网的连接。"的主要内容,如果未能解决你的问题,请参考以下文章