App Store 错误:您上传的二进制文件无效 [英] App Store error: The binary you uploaded was invalid

查看:22
本文介绍了App Store 错误:您上传的二进制文件无效的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

臭名昭著的错误在 App Store 中一直困扰着我:您上传的二进制文件无效.签名无效,或者没有使用 Apple 提交证书签名."

The notorious error haunts me in App Store: "The binary you uploaded was invalid. The signature was invalid, or it was not signed with an Apple submission certificate."

我采取的步骤:

1) 我正在使用 Monotouch/MonoDevelop.2) 应用程序适用于 iPhone 模拟器和设备.3) 我已经根据 MonoTouch 文档中的示例构建了发行版(使用发行版配置文件).4) 我已经检查过 xxxx.app 包包含文件embedded.mobileprovision".5)我正在压缩(在 OS X GUI 中)应用程序包(仅 xxxx.app 文件).6) 我已经用命令codesign -vvvvv xxxx.app"检查了 xxxx.app 文件的完整性7) 我已经从 XCode Organizer 和 KeyChain 中清除了所有密钥和配置文件,并再次添加了密钥/配置文件.

1) I'm using Monotouch / MonoDevelop. 2) App works on iPhone Simulator and on Device. 3) I've made the distribution build according to the examples in MonoTouch documentation (using Distribution profile). 4) I've checked that the xxxx.app package contains the file "embedded.mobileprovision". 5) I'm zipping (in OS X GUI) the app bundle (only the xxxx.app file). 6) I've checked the integrity of the xxxx.app file with command "codesign -vvvvv xxxx.app" 7) I've cleared all keys and profiles from XCode Organizer and KeyChain, and added keys/profiles again.

没有运气.有任何想法吗?

No luck. Any ideas?

/pom

推荐答案

确保您使用的是 App Store 的配置文件(而不是 Ad Hoc 分发)

Make sure you're using a provisioning profile for the App Store (not for Ad Hoc distribution)

然后在构建您的应用程序时选择此配置文件.

Then select this profile when building your app.

这篇关于App Store 错误:您上传的二进制文件无效的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆