码迷,mamicode.com
首页 > 其他好文 > 详细

Xcode7 下问题汇总

时间:2015-09-21 19:14:30      阅读:112      评论:0      收藏:0      [点我收藏+]

标签:

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。

持续更新中...

Xcode7 下问题汇总

标签:

原文地址:http://www.cnblogs.com/wly314/p/4826723.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!