相关疑难解决方法(0)

尝试将存档提交到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."
Run Code Online (Sandbox Code Playgroud)

从我的plist:

<key>CFBundleIdentifier</key>
<string>com.myApp.app</string>
Run Code Online (Sandbox Code Playgroud)

...

<key>CFBundleVersion</key>
<string>3.1.5</string>
Run Code Online (Sandbox Code Playgroud)

...

<key>CFBundleShortVersionString</key>
<string>3.1.4</string>
Run Code Online (Sandbox Code Playgroud)

运行xCode 7.0.1

xcode submission ios

13
推荐指数
2
解决办法
4524
查看次数

标签 统计

ios ×1

submission ×1

xcode ×1