向 iTunes 提交应用程序时出错:“应用程序可执行文件缺少所需的架构”
请我需要一些帮助。
当我尝试将我的应用程序提交到 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
检查项目构建设置“体系结构”。您可能使用“优化的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.