在将我的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),目前是最新的.我的一些构建设置:
这里出了什么问题?
在Xcode 4.5中构建我的iOS应用程序会导致每个源文件的依赖性分析警告:
warning: no rule to process file of type sourcecode.c.objc for architecture armv6
Run Code Online (Sandbox Code Playgroud)
这最终导致缺少二进制文件.任何想法在这里有什么问题?
构建设置:armv6 armv7有效体系结构和iOS 4.3部署目标.