问题描述
我在尝试使用 Xcode 5 提交我的 iPhone 应用程序以存储时遇到一些问题,我的应用程序总是验证失败并出现以下错误:
I am having some problems when trying to submit my iPhone app to store using Xcode 5 that my app is always failed validation with below errors:
Apple 的 web 服务操作不成功
无法验证包:[我的应用程序 ID,例如:123456789].itmsp
Unable to authenticate the package: [My app id, ex: 123456789].itmsp
ERROR ITEMS-9000:捆绑路径 'Payload/[My App Name].app' 中的捆绑 [捆绑 ID,例如:com.myapp.mobile] 未使用 Apple 提交证书签名."在 SoftwareAssets/SoftwareAsset (MZItmspSoftwareAssetPackage)
ERROR ITEMS-9000: "The bundle [Bundle ID, ex: com.myapp.mobile] at bundle path 'Payload/[My App Name].app' is not signed using an Apple submission certificate." at SoftwareAssets/SoftwareAsset (MZItmspSoftwareAssetPackage)
我对设置(捆绑 ID、证书、配置文件、权利)非常确定,因为这不是我第一次将应用程序提交到商店,只是不知道为什么会出现这些问题,我尝试搜索并找到了一些相关文章,但它们没有帮助.
I am quite sure about settings (bundle id, certificate, profile, entitlement) because this is not first time I submit app to store, jut don't know why these issues come up, I have tried to search and found some related article but they don't help.
我有这个问题 1 周了.
I have this issue for 1 week.
推荐答案
我刚刚在 Project 和 Target 中都选择了 Standard Architectures,它对我有用.
I just selected Standard Architectures in both Project and Target, and it worked for me.
这篇关于未能将应用程序提交到 iTunes Store的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!