App Store 提交后无效的二进制错误 [英] Invalid Binary Error after App Store submission

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

问题描述

我不断收到以下错误:

在将我的应用提交到 App Store 之后.我已经尝试了 Apple 邮件中推荐的所有内容以及我在 Stackoverflow 上找到的帖子的答案.尽管如此,我仍然收到此消息.我的问题可能是什么?到目前为止我所做的:

after submitting my app to the App Store. I've tried everything recommended in Apple's mail and also the answers to posts I found on Stackoverflow. Nevertheless I'm still getting this message. What could be my problem? What I've done so far:

  • 已检查以使用 App Store Distribution 配置文件
  • 检查 Entitlements.plist 的可调试值"是否设置为 FALSE
  • 清理我的项目
  • 删除了包含我的应用程序的目录(我猜是构建目录)
  • 设置我的方案以使用发布版本配置进行存档

有什么我遗漏的吗?我在 20 岁之后发疯了.-提交了一些东西:(

Is there something I have missed? I'm going nuts after my 20.-something submission :(

推荐答案

您在构建应用程序时未使用正确的证书.在 Provisioning Portal 中删除您的证书并创建新证书并在 Xcode 中更新它们.转到 Organizer/Provisioning Profiles/Refresh 并允许 Xcode 获取最新的.

Your not using the correct certificates when building your app. Delete your certificates in Provisioning Portal and create new ones and update them in Xcode. Goto Organizer / Provisioning Profiles / Refresh and allow Xcode to fetch the latest ones.

再次清除所有目标.您甚至可以转到 /Users/%USERNAME%/Library/Developer/Xcode/DerivedData 并删除其中的所有目录(主要是您的应用程序).

Again, clean all of your targets. You can even go to /Users/%USERNAME%/Library/Developer/Xcode/DerivedData and delete all of the directories in there (mainly your app in question).

然后在 Xcode 中的 TARGET 下,转到 Build Settings 并选择 NEW 证书.

Then Under TARGET in Xcode, goto Build Settings and choose the NEW certificates.

此外,在 Xcode 中使用 Archive *(在 Xcode 4.0+ 中的 Product 下)*.构建完成后,Organizer 应该打开您的 Application Archives,如果没有,请转到那里并单击 Archives.选择您的应用并选择Validate...,一旦您的应用通过验证,请点击Submit....

Also, use Archive *(under Product in Xcode 4.0+)* in Xcode. When the build is complete, Organizer should open to your Application Archives, if not, go there and click on Archives. Select your app and choose Validate..., once your app is validated, click Submit....

另一件需要注意的是 Entitlements.plist 不再需要,所以这对你来说不是问题.

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

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