pre-beta sdk 存在问题 - 即使重新安装 SDK 3.2 后也是如此

发布于 2024-09-01 18:18:33 字数 360 浏览 10 评论 0原文

我正在尝试上传新应用程序的二进制文件,但总是收到此错误消息: “您上传的二进制文件无效。使用 SDK 的预发布测试版来构建该应用程序。”

我知道有几个人问过类似的问题,但我已经尝试了答案中的所有建议,但没有成功。

我在开发过程中使用了 XCode 4.0 beta 3,并且尝试使用它来编译早期版本(3.0、3.1.3、3.2 等...)

我还尝试降级到 SDK 3.2,以及删除 4.0 beta 3,然后全新安装 SDK 3.2。

在我看来,“编辑项目设置”中可能有一些参数与 4.0 beta 3 的使用有关,但我试图识别它们,但没有成功。

我的最后一个选择似乎是完全重新安装操作系统和 SDK。我可以先尝试其他什么吗?

I'm trying to upload the binary for a new app, but always get this errormessage:
"The binary you uploaded was invalid. A pre-release beta version of the SDK was used to build the application."

I know several people have asked a similar question, but I've tried all suggestions from the answers there without success.

I used the XCode 4.0 beta 3 during development, and I've tried using it to compile for earlier releases (3.0, 3.1.3, 3.2 etc...)

I've also tried downgrading to SDK 3.2, as well as removing 4.0 beta 3 and then installing SDK 3.2 as a fresh install.

It seems to me that there might be some parameter in the "Edit Project Settings" that is sticking from the use of 4.0 beta 3, but I've tried to identify them without success.

My last option seem to be a complete reinstall of both OS and SDK. Is there something else I might try first?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

暗藏城府 2024-09-08 18:18:33

现在可以了。我不确定可以排除哪些步骤,或者它们是否完全相关,但这样做后它对我有用:

  1. 卸载 SDK 4.0 beta 3
  2. 重新启动
  3. 安装 SDK 3.2.2
  4. 编译 3.1.3
  5. 删除构建文件夹
  6. 运行“构建” ”而不是“构建并运行”。

我很确定仅靠最后一步是不够的,因为我已经尝试过类似的方法,但我不确定哪些步骤可以忽略。

It now works. I'm not sure which steps can be excluded, or if they are at all related, but it worked for me after doing this:

  1. Uninstall SDK 4.0 beta 3
  2. Reboot
  3. Install SDK 3.2.2
  4. Compile for 3.1.3
  5. Delete Build folder
  6. Run "Build" not "Build and Go".

I'm pretty sure it wouldn't be enough with the last step alone, as I've tried similar approaches, but I'm not sure what steps can be ignored.

最初的梦 2024-09-08 18:18:33

您是否尝试过删除构建目录(这似乎比仅仅清理更有效)并重建?

Have you tried deleting the build directory (which seems to be more effective than just a clean), and rebuild?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文