一直都知道写博客是一个好习惯,但一直没有养成这个好习惯,今天正好赶上新项目上线,将要进入下一个阶段,希望进入一个好的开端,多写博客,多做总结。废话不多说了,今天分享一下我上传项目时,对于新发布的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.a
对于新发布的xcode 7.1以及iOS 9.0会出现哪些上传错误信息
最新推荐文章于 2020-10-29 09:16:21 发布
本文详细记录了在使用Xcode7.1及iOS9.0上传新项目时遇到的一系列错误,包括配置bundleID、指定最低系统版本、删除info.plist中的Executablefile字段等解决方法,并提供了解决步骤。
摘要由CSDN通过智能技术生成