iOS 11,Xcode 9 错误:NSURLConnection 已完成,但出现错误 - 代码 -1100

问题描述 投票:0回答:1

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

NSURLConnection finished with error - code -1100

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

ionic2 nsurlconnection ios11 xcode9
1个回答
0
投票

NSURLErrorFileDoesNotExist = -1100

您要加载什么文件? index.html 还是其他什么?

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

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

© www.soinside.com 2019 - 2024. All rights reserved.