我有xCode 4.2的问题.我在构建时遇到此错误:
2011-06-18 13:35:49.839 Validation[4110:607] *** Warning: Defaulting to the standard codesign tool
warning: iPhone/iPod Touch: application executable is missing a required architecture. At least one of the following architecture(s) must be present: armv6 (-19033)
Unable to validate your application. - (null)
Run Code Online (Sandbox Code Playgroud)
我查看了我的项目设置,它有:
architectures: Standard (arm7) - ${ARCHS_STANDARD_32_BIT)
Build active architecture only : NO
Run Code Online (Sandbox Code Playgroud)
不知道是什么
在将我的iOS App提交到App Store时,验证失败并显示以下消息:
iPhone/iPod Touch: application executable is missing a required architecture.
At least one of the following architectures(s) must be present: armv6
Run Code Online (Sandbox Code Playgroud)
我正在使用Xcode 4.5(4G182),目前是最新的.我的一些构建设置:
这里出了什么问题?
首先,我尝试了每个问题的答案 - 应用程序可执行文件缺少必需的体系结构armv6
这是在我下载iOS 6之前的上周.现在,在验证我的存档以进行分发时,我收到以下错误.

据我所知,唯一的变化是iOS 6.所以我相信必须有一个我缺少的新步骤.
这是一个多次提交的旧应用程序,没有任何问题.我已修改代码和info.plist以支持iOS 6和iPhone 5,但根本没有更改构建设置.我检查了证书和配置文件,它们都很健全.所有adhoc构建在我们的设备上运行得很好.我正在使用Xcode 4.5.
我构建没有错误,它存档很好.它出现在组织者中.当我单击验证...时,我会像正常一样点击,选择正确的配置文件,但每次都会失败并出现相同的三个错误:
我在以下问题中尝试了答案:分析二进制文件必须存在,xcode中的iOS App Archive和我的应用程序检出.
我怀疑问题是我已经将armv6,armv7和armv7s作为有效架构包含在内,但我真的不知道问题是什么,因为这一切都在Xcode 4.4中有效.
我该怎么做才能解决这个问题?