iOS: Is there absolutely no way to build for armv6 in Xcode 4.5?

前端 未结 4 2006
醉话见心
醉话见心 2021-02-14 16:32

Starting with Xcode 4.5 the possibility of building for armv6 devices is not given anymore (iPhone/iPod touch 1st and 2nd generation). This means no new versions of our app for

4条回答
  •  栀梦
    栀梦 (楼主)
    2021-02-14 17:17

    There's another solution I found in chpwn blog: Building for armv6 in Xcode 4.5.
    This allows you to work with Xcode 4.5 but compile using 5.1 SDK. The downside: you can’t use the iOS 6 SDK when using this trick, and you can’t build for armv7s.

提交回复
热议问题