本文介绍了Xcode 6标准体系结构不包括armv7s的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在试验Xcode 6 Beta,并注意到armv7s从标准架构中消失了。我确实扫描了Xcode 6发行说明,但没有看到更改。任何人都可以确认这一变化吗?

I am experimenting with Xcode 6 Beta, and noticed armv7s disappeared from Standard Architectures. I did scan through Xcode 6 release notes, but didn't see changes on that. Can anyone confirm this change?

Xcode 5.1.1:

Xcode 5.1.1:

Xcode 6 Beta:

Xcode 6 Beta:

更新

iOS 8 Beta论坛上也有一个讨论此话题的主题。

There is a thread on iOS 8 Beta forum discussing this topic as well. https://devforums.apple.com/thread/244407?tstart=0

另请注意@ThomasW有关于向架构添加armv7的答案。

Also note @ThomasW had an answer on adding armv7s to Architectures.

推荐答案

我还在此提交了一个错误并得到了回复,声明这是故意的。如果要构建armv7s,则必须手动添加体系结构。我现在知道为什么要做出这种改变。如果我收到其他信息,我会更新此信息。

I also filed a bug on this and got a reply stating that this is intentional. If you want to build for armv7s you have to add the architecture manually. I have now idea why this change was made. I'll update this if I get additional information.

更新来自开发论坛:

-

这篇关于Xcode 6标准体系结构不包括armv7s的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-10 21:20
查看更多