对于新发布的xcode 7.1以及iOS 9.0会出现哪些上传错误信息

一直都知道写博客是一个好习惯,但一直没有养成这个好习惯,今天正好赶上新项目上线,将要进入下一个阶段,希望进入一个好的开端,多写博客,多做总结。废话不多说了,今天分享一下我上传项目时,对于新发布的xcode 7.1以及iOS 9.0会出现哪些上传错误信息。
错误1:
The u option must have a non-empty value”
“The password option must have a non-empty value”
刚开始使用的是xcode 7.0.1
解决方案:将xcode 升级到xcode 7.1问题即可解决。
升级到xcode 7.1后又报了一堆错误
错误2
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.]”
解决方案:找到第三方库中得info.plist文件添加bundle id ,修改bundle version ,bundle version string
具体解决步骤:在xcode左下角搜索框搜索info.plist,搜索出所有info.plist文件对这三个key缺少的添加,不对的修改
2、
ERROR ITMS-90530: “Invalid MinimumOSVersion. Apps that only support 64-bit devices must specify a deployment target of 8.0 or later. MinimumOSVersion in ‘dqcclient.app’ is ‘7.0’.”
解决方案:编译时拔掉真机,否者编译会针对真机的系统架构进行编译
3、
ERROR ITMS-90535: “Unexpected CFBundleExecutable Key. The bundle at ‘dqcclient.app/TencentOpenApi_IOS_Bundle.bundle’ does not contain a bundle executable. If this bundle intentionally does not contain an executable, consider removing the CFBundleExecutable key from its Info.plist and using a CFBundlePackageType of BNDL. If this bundle is part of a third-party framework, consider contacting the developer of the framework for an update to address this issue.”
解决方案:在xcode左下角搜索框搜索info.plist,搜索出所有info.plist文件,删除掉第三方info.plist文件中的Executable file 字段
4、
ERROR ITMS-90529: “Invalid package. Applications built with sdk 9.0 or later must be packaged as proper IPA files.”
解决方案:现在上传需是IPA文件
具体解决步骤:将xcode编译的.app文件放入Payload文件夹内,压缩成.zip文件,修改其后缀为.ipa文件,即可。
最新的iOS应用上传问题就是这些了,以后自己会多多分享经验,给自己的也更多地总结。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值