【发布时间】:2011-09-17 15:11:23
【问题描述】:
我对 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)
我查看了我的项目设置,它有:
architectures: Standard (arm7) - ${ARCHS_STANDARD_32_BIT)
Build active architecture only : NO
不知道是什么
【问题讨论】:
-
使用我在下面给出的答案可能会解决您的问题....?即使在遵循接受的答案并发现以下工作后我也遇到了这个问题:在您的 Info.plist 中,添加一个条目所需的设备功能。这应该是一个数组,并且有两个条目。第 0 项:armv6 第 1 项:armv7 如下所示:必需的设备功能条目
-
@Himnanshu 您的解决方案对我不起作用。巴拉克做到了……
-
查看此链接:developer.apple.com/library/ios/#qa/qa1760/_index.html 它对我有用。拉里
标签: objective-c ios4 xcode4 xcode4.2