Xcode 7 打包上架过程的处理

来源:互联网 发布:中远网络陈大龙 编辑:程序博客网 时间:2024/06/06 00:17



Xcode7修改内容:
1、修改BitCode

2、修改支持Http:  
    (2-1)在Xcode7.0中在Info.plist中add Row添加NSAppTransportSecurity类型Dictionary。
    (2-2)在Xcode7.1中苹果更改了这项设定的名称,在App Transport Security Settings下添加Allows Arbitrary Loads类型Boolean,值设为YES

3、修改Info.plist
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.]"    
1.查找所有的info.plist 文件  
2.让每个info.plist之间,去保证所有的Bundle version \ Bundle identifier \ Bundle versions string, short是一致的(Bundle identifier 需指定ID,不可以用宏)  
3.删除除第三方框架包里的info.plist 里的CFBundleExecutable 字段   

0 0
原创粉丝点击