美文网首页
禁止 https

禁止 https

作者: duanmeng | 来源:发表于2015-09-17 17:11 被阅读42次

<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
大部分社交平台SDK不支持bitcode。

问题描述:iOS 9新建项目默认需要支持bitcode,而不支持bitcode的SDK会导致无法编译运行。

解决方案:

(1)、暂时关闭对bitcode的支持(建议),方法如下图

(2)、移除不支持bitcode的平台SDK。

相关文章

网友评论

      本文标题:禁止 https

      本文链接:https://www.haomeiwen.com/subject/gaebcttx.html