ios – 尝试将存档提交到App Store时出现各种ITMS错误

前端之家收集整理的这篇文章主要介绍了ios – 尝试将存档提交到App Store时出现各种ITMS错误前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
所以这是一个奇怪的问题 – 当我将档案提交到App Store时,我收到以下错误
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.]"

ERROR ITMS-90049 "This bundle is invalid. The bundle identifier contains disallowed characters

ERROR ITMS-90056: "This bundle is invalid. The Info.plist file is missing the required key: CFBundleVersion."

从我的plist:

<key>CFBundleIdentifier</key>
<string>com.myApp.app</string>

<key>CFBundleVersion</key>
<string>3.1.5</string>

<key>CFBundleShortVersionString</key>
<string>3.1.4</string>

运行xCode 7.0.1

解决方法

将XCode更新为7.1,它昨天发布.

使用最新的XCode来提交就行了.

==================================================

如muyexi所言,我删除TencentOpen SDK info.plist,然后提交成功.

原文链接:https://www.f2er.com/iOS/337080.html

猜你在找的iOS相关文章