【问题标题】:iOS 11, Xcode 9 Error: NSURLConnection finished with error - code -1100iOS 11,Xcode 9 错误:NSURLConnection 完成错误 - 代码 -1100
【发布时间】:2018-03-26 08:56:45
【问题描述】:

我在使用 JS 和 Ionic 3 时遇到此错误。我正在使用 iOS 11 和 Xcode 9 在我的 iPhone 7 plus 上进行测试。

NSURLConnection finished with error - code -1100

过去有人遇到过类似的错误吗?

【问题讨论】:

  • 你解决了这个问题吗?我在 iOS 11 中也面临同样的问题
  • 有人找到解决办法了吗?

标签: ionic2 nsurlconnection ios11 xcode9


【解决方案1】:

NSURLErrorFileDoesNotExist = -1100

您要加载什么文件? index.html 还是别的什么?

如果是index.html,有时会出现超时错误。

https://developer.apple.com/documentation/foundation/1508628-url_loading_system_error_codes/nsurlerrorfiledoesnotexist?language=objc

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2019-08-30
    • 1970-01-01
    • 1970-01-01
    • 2018-07-29
    • 1970-01-01
    • 2018-03-25
    • 2018-03-04
    相关资源
    最近更新 更多