一直都知道写博客是一个好习惯,但一直没有养成这个好习惯,今天正好赶上新项目上线,将要进入下一个阶段,希望进入一个好的开端,多写博客,多做总结。废话不多说了,今天分享一下我上传项目时,对于新发布的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 ‘dq
对于新发布的xcode 7.1以及iOS 9.0会出现哪些上传错误信息
最新推荐文章于 2025-06-24 09:00:24 发布