Error Domain=NSURLErrorDomain Code=-1022 “The resource could not be loaded because the App Transport 程序员文章站 2024-02-20 17:55:34 ... 《swift学习》Code= -1022错误 在进行数据请求时遇到了1022错误,这里记录一下 这是因为原来的数据请求是使用的http,苹果官方在Xcode7后要求使用安全的https,所以会出现这个错误,下面是这个错误的解决: 解决:只需要在info.list中添加下面代码: <key>NSAppTransportSecurity</key> <dict> <key>NSAllowsArbitraryLoads</key> <true/> </dict> 相关标签: swift学习 swift 上一篇: Eclipse Rename Type (3.2M4) Eclipse 下一篇: 推荐阅读 Error Domain=NSURLErrorDomain Code=-1022 “The resource could not be loaded because the App Transport