简体   繁体   English

只有armv7没有armv6选项

[英]Only armv7 no armv6 option

So I am trying to build my app for iPhone 3.0 and greater so I can get the largest range of users. 因此,我正在尝试为iPhone 3.0及更高版本构建我的应用程序,以便我可以获得最大范围的用户。 It says that I need Architecture armv6. 它说我需要架构armv6。 When I go to the architectures it only gives me the option for Standard armv7. 当我进入架构时,它只为我提供了标准armv7的选项。

How am I supposed to get armv6 on there so that my app can be supported. 我怎么能在那里得到armv6,以便我的应用程序可以得到支持。 Is this something in xcode 4.2 they are using to try and force developers to developer more toward 4.3 and greater? 这是xcode 4.2中的一些东西,他们试图强迫开发人员更多地向4.3及更高版本开发?

I know there are other questions like this. 我知道还有其他这样的问题。 I haven't found any that help yet though. 但我还没有找到任何帮助。

Try adding armv6 manually to the list of architectures to build. 尝试手动将armv6添加到要构建的体系结构列表中。 Even if it isn't in the dropdown menu, double click it and you will get a dropdown list in which you can add any architecture you like. 即使它不在下拉菜单中,双击它也会得到一个下拉列表,您可以在其中添加您喜欢的任何架构。

Also make sure you add armv6 to the list of Valid Architectures. 还要确保将armv6添加到Valid Architectures列表中。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 UIRequiredDeviceCapabilities armv6 和 armv7 - UIRequiredDeviceCapabilities armv6 and armv7 优化 (armv7) 与标准 (armv6 armv7) - Optimized (armv7) versus Standard (armv6 armv7) 我可以直接在仅为armv6和armv7构建的iPhone-5(armv7s)iOS应用程序上进行调试吗? - Can I debug directly on an iPhone-5 (armv7s) iOS App built for only armv6 and armv7? 为iPhone编译时出现armv6 / armv7错误 - armv6 / armv7 errors when compiling for iPhone armv6,armv7的屏幕坐标系(iPhone开发) - Screen coordinate systems for armv6, armv7 (IPhone development) Xcode 4 Final-与armv6库链接时出现“ armv6 armv7”问题 - Xcode 4 Final - “armv6 armv7” issue while linking with armv6 libs 对于仅ARMv6的版本,我需要包括UIRequiredDeviceCapabilities:armv6? - With an ARMv6 only build to I need to include UIRequiredDeviceCapabilities: armv6? 没有要编译的体系结构(ONLY_ACTIVE_ARCH = YES,活动arch = armv7,VALID_ARCHS = armv6 i386) - No architectures to compile for (ONLY_ACTIVE_ARCH=YES, active arch=armv7, VALID_ARCHS=armv6 i386) 如何使用armv6,armv7和armv7s创建Fat Binary - How to create a Fat Binary with armv6,armv7 and armv7s 如何将libmms编译为适用于iPhone设备和模拟器的胖静态库(armv6,armv7和i386) - How to compile libmms to a fat static library for iPhone device and simulator(armv6,armv7 and i386)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM