1.The resource could not be loaded because the App Transport Security policy requires the use of a secure connection.
Xcode7 编译程序无法连接网络,是因为Xcode7下,Apple要求数据传输协议必须支持Https协议,否则将会默认无法连接网络。
目前网上已经给出临时解决办法:
1.在Info.plist中添加 NSAppTransportSecurity 类型 Dictionary; 2.Dictionary 下添加 NSAllowsArbitraryLoads 类型为 Boolean ,值设为 YES。
持续更新中...
时间: 2024-11-08 22:23:00