新装的Xcode7 编译程序 出现 #warning: 获取app配置信息失败: The resource could not be loaded because the App Transport Security 我开始以为是xcode没优化好的缘故,其实这是苹果加大安全的管控,将以往HTTP协议强制改为HTTPS协议,以后的APP应该都是了,根本解决办法 改协议,临时解决办法在Info.plist中添加  NSAppTransportSecurity 类型  Dictionary Dictionary 下添加  NSAllowsArbitraryLoads 类型 Boolean ,值设为  YES,OK搞定,XCODE7 又能跑起来了,程序猿哥哥又可以码代码了!!!!!!!

相关文章:

  • 2021-05-22
  • 2021-11-13
  • 2021-12-02
  • 2022-12-23
  • 2021-06-30
  • 2022-12-23
  • 2021-11-04
  • 2022-01-13
猜你喜欢
  • 2022-12-23
  • 2021-11-06
  • 2021-08-09
  • 2021-11-17
  • 2021-12-25
  • 2022-01-21
  • 2021-10-07
相关资源
相似解决方案