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

标签 ios xcode submission

所以这是一个奇怪的问题——我在尝试将我的存档提交到 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."

从我的列表中:
<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 提交即可。

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

就像木野西说的,我删除了TencentOpen SDK info.plist,然后提交成功。

delete TencentOpen SDK's info.plist

关于ios - 尝试将存档提交到 App Store 时出现各种 ITMS 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33271838/

相关文章:

jQuery 范围 slider - 获取表单提交时的范围值?

ios - 将 XIB 文件加载到 UIView Swift

iOS Charts Swift 条形图超出视野

ios - "No such module"归档时出错

ios - SecItemAdd() 返回 errSecInteractionNotAllowed (-25308)

ios - 应用商店提交类别

python - 使用Python向 super 计算机提交多个作业

ios - 从 NSOperationQueue 获取特定的 NSOperation

ios - 带有不安全构建标志 : target integrity error 的 Swift 包依赖项

ios - iOS appName.app 和 appName.app.dsYM 文件的区别