【发布时间】:2023-04-16 18:53:01
【问题描述】:
所以这是一个奇怪的问题 - 我在尝试将我的存档提交到 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
【问题讨论】:
-
嗨...我也有同样的问题。但我正在尝试更改帐户并创建新证书但不起作用。如果您有其他想法,请分享。谢谢
-
尝试删除第三方SDK的plist文件。它确实适用于我的项目。
-
删除第三个库中的 info.plist
标签: ios xcode submission