问题描述
我收到一条警告,说我的项目需要包含 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?
推荐答案
按照我的步骤
- 在您的图片中,您选择级别将其更改为组合"
- 点击标准 (armv7) $(ARCHS_STANDARD_32_BIT)
- 选择其他"
- 单击$(ARCHS_STANDARD_32_BIT)",然后单击-"将其删除
- 点击+"添加新项目
- 输入armv6"
- 再次点击+"
- 输入armv7"
- 点击任意位置完成
希望能帮到你
我只是遇到了同样的问题,我尝试这样做并且对我有用
I just have the same problem and I try to do this and it work for me
这篇关于如何将 armv6 架构添加到 Xcode 项目中?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!