本文介绍了iOS 6 Xcode 4.5不支持的架构armv7s的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
尝试存档Ad Hoc版本的应用时,我收到以下警告:
When trying to archive an app for an Ad Hoc release, I am getting the following warning:
iPhone / iPod Touch:应用程序可执行文件包含不受支持的体系结构:armv7s(-19031)
我真的不确定为什么会发生这种情况有两个原因:
I am really not sure why this is happening for two reasons:
- 我使用的唯一非基础框架是Facebook SDK,这是最新版本
- I上周成功存档了应用程序,自那时以来唯一改变的是纯粹的编码更改。
此外,我尝试过使用并且没有插入iPhone 5,我收到错误两种方式。
Also, I have tried archiving with and without an iPhone 5 plugged in, and I receive the error both ways.
有人知道如何解决这个问题吗?
Does anybody know how to fix this?
推荐答案
快速修复
从中移除armv7s
Remove armv7s from
更新::
现在改变在构建设置中构建活动架构为否。
但即使这不是这个问题的纯粹解决方案。
Now change Build Active Architecture in Build Settings to No to Yes.But even this is not a pure solution to this problem.
这篇关于iOS 6 Xcode 4.5不支持的架构armv7s的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!