支持iOS 6和armv6 [英] Supporting iOS 6 and armv6

查看:108
本文介绍了支持iOS 6和armv6的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在为iOS6构建我的应用程序,我想支持armv6,所以我在架构和有效架构中添加了armv6。现在应用程序在构建 apple llvm 4.1 时会产生很多错误,但它会在 llvm gcc 4.2 上编译。当我使用llvm gcc 4.2构建一个Adhoc应用程序时,它不会安装在iphone 3GS和ipod 3G上。

I am building my application for iOS6 and i want to support armv6 so i had added the armv6 in architecture and valid architecture. Now application is giving lot of errors when build on apple llvm 4.1 but it compiles on llvm gcc 4.2. And when i build an Adhoc app using llvm gcc 4.2 then it's not installing on iphone 3GS and ipod 3G.

这是可能的正如 kenji 给出接受的答案中的链接

推荐答案

Xcode 4.5删除了支持用于构建armv6二进制文件。

Xcode 4.5 removed support for building armv6 binaries.

你不能只将armv6添加到构建设置中,因为构建它的支持不存在。

You can't just add armv6 to the build settings, because the support to build it isn't there.

编辑添加

由于评论中已请求,因此来自 Xcode 4.5发行说明

Since it was requested in the comments - confirmation for this comes from the Xcode 4.5 Release Notes

这篇关于支持iOS 6和armv6的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆