标签:
最近刚更新了Xcode7.0,更新完工程编译报错,应该在info.plist文件中添加两个key值。NSAppTransportSecurity NSAllowsArbitraryLoads
NSAppTransportSecurity 设置成NSDictionary NSAllowsArbitraryLoads 设为BOOL 并设为YES 附图如下:
Xcode7.0 更新完后,网络请求报错
原文地址:http://www.cnblogs.com/fantasy3588/p/4846369.html