如何将 armv6 架构添加到 Xcode 项目中? [英] How to add armv6 architecture to Xcode project?

查看:28
本文介绍了如何将 armv6 架构添加到 Xcode 项目中?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我收到一条警告,说我的项目需要包含 armv6 二进制文件……但我真的不知道该怎么做.一直在谷歌上搜索答案,但似乎没有任何建议适合?我需要下载 armv6 来支持我的应用程序,还是 Xcode 有它,我只需要将它包含在我的项目设置中?此外,我的应用程序应该支持操作系统回到 3.1.

I got a warning that my project needs to include the armv6 binary.. but I don't really know how to do that. Have been googling for an answer, but non of the suggestions seems to fit? Is armv6 something I need to download to support in my app, or does Xcode have it, I just need to include it in my project settings? Also, my app should support OS back till 3.1.

我在调试部分的 armv6 和 armv7 后面添加了 i386,但我不知道这是否能解决问题.对于有更多经验的人来说,这是否合适?

I have added i386 behind armv6 and armv7 in the Debug section, but I dunno if that fixes the problem. Does this seem right to you people with more experience?

推荐答案

按照我的步骤

  1. 在您的图片中,您选择级别将其更改为组合"
  2. 点击标准 (armv7) $(ARCHS_STANDARD_32_BIT)
  3. 选择其他"
  4. 单击$(ARCHS_STANDARD_32_BIT)",然后单击-"将其删除
  5. 点击+"添加新项目
  6. 输入armv6"
  7. 再次点击+"
  8. 输入armv7"
  9. 点击任意位置完成

希望能帮到你

我只是遇到了同样的问题,我尝试这样做并且对我有用

I just have the same problem and I try to do this and it work for me

这篇关于如何将 armv6 架构添加到 Xcode 项目中?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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