向 iTunes 提交应用程序时出错:“应用程序可执行文件缺少所需的架构”

发布于 2024-11-07 10:45:07 字数 204 浏览 0 评论 0原文

请我需要一些帮助。

当我尝试将我的应用程序提交到 iTunes 连接时,我在管理器中收到此消息:“iPhone/iPod Touch;应用程序可执行文件缺少所需的架构。必须至少存在以下架构之一: armv6“。在 iPhone 或模拟器上构建时没有问题。

我使用 xcode 4

感谢您的帮助:

please i need some help.

I got this message in Organiser when trying to submit my app to iTunes connect: "iPhone/iPod Touch; application executable is missing a required architecture. At least one of the following architecture(s) must be present: armv6 ". There is no problem when building for on a iPhone or simulator.

I use xcode 4

Thank for any help:

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

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

发布评论

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

评论(1

美人如玉 2024-11-14 10:45:07

检查项目构建设置“体系结构”。您可能使用“优化的armv7”而不是“标准armv6、armv7”进行构建。您的 iPhone(3GS 或 4)可以处理 armv7,但我认为您访问 iTunes 后可能会瞄准的一些较旧设备(iPhone 2G/3G、iPod 1G/2G)无法处理,并且需要 armv6。

Check the project build settings "Architectures". You're likely building with "Optimized armv7" instead of "Standard armv6, armv7". Your iPhone (3GS or 4) can handle armv7 but I think some of the older devices you may be targeting once you get to iTunes (iPhone 2G/3G, iPod 1G/2G) can't and require armv6.

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