Xcode4.2、iOS各版本以及ARMv6、ARMv7编译架构介绍

本文分享了在使用Xcode 4.2和iOS 5 SDK时,遇到的问题是默认构建架构仅支持ARMv7,不包括ARMv6。详细解释了不同iOS设备支持的ARM架构类型,提供了如何将ARMv6架构重新添加到构建设置的方法,以便兼容旧设备。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

    Today I want to share my discoveries about compiling an iOS app under Xcode 4.2. With every major release of Xcode and iOS SDKs comes a few surprises. With Xcode 4.2 and iOS 5 SDK, the problem is that under Xcode 4.2, the new default build architecture is ARMv7 only. The ARMv6 is no longer part of the default settings. So, this may be a problem is your application needs to run on older devices. In my case, a few build and linking errors prevented a successful build of my app.

   

    But, which device is using ARMv6 and which one is using ARMv7 ? Here is a list.

    * ARMv6 is for original iPod, iPod touch second gen, original iPhone and iPhone 3G.
    * ARMv7 is for iPhone 3GS and up, original iPad and up. 
   

    Also good to know, the original iPod supports only iOS 3.1.3. The iPhone 3G is capable of running up to iOS 4.2. So, plan accordingly. See this table for maximum supported iOS versions for each iOS device: http://en.wikipedia.org/wiki/List_of_iOS_devices


    If you want to re-add the ARMv6 architecture to your build settings, follow these instructions: Warning iPhone apps should include an armv6 architecture even with build config set?


    For example, if you want to support iOS 4.2 and still support iPod touch second generation or the iPhone 3G, you'll have to set architecture to ARMv6 and deployment target to 4.2. The original iPhone, the original iPod touch won't be supported. You should also set the UIRequiredDeviceCapabilities in the info.plist of your app.

原文地址:http://www.buildingiphoneapps.com/2011/10/xcode-42-ios-versions-and-armv6-armv7.html

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值