升级了Xcode7各种问题来了,折腾两天
一、Xcode7 http适配设置
1、大部分社交平台接口不支持https协议。
2、大部分社交平台SDK不支持bitcode。
3、添加Scheme白名单。
http://wiki.mob.com/ios9-%E5%AF%B9sharesdk%E7%9A%84%E5%BD%B1%E5%93%8D%EF%BC%88%E9%80%82%E9%85%8Dios-9%E5%BF%85%E8%AF%BB%EF%BC%89/
http://blog.csdn.net/tianyitianyi1/article/details/48805037
http://www.cocoachina.com/ios/20150929/13598.html
二、xcode7在iOS9启动崩溃
这个是微博分享SDK里用到的jsonKit导致的崩溃,github上下载更新就好了
三、xcode7提交App Store报错
10月24日,将App上传到Appstore审核时,提示错误,ERROR ITMS-90049:"This bundle is invalid. The bundle identifier contains disallowed characters. [See the section of the Application Programming Guide entitled The Application Bundle.]"
腾讯的Bundle里边的问题,解决方法也很简单,找到这个Bundle,修改info.plist里边:
解决方案:按照下面两个链接地址修改
http://blog.csdn.net/h1101723183/article/details/49339681
http://www.bubuko.com/infodetail-1115504.html
http://www.cnblogs.com/znios/p/4917704.html#3294820