Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Xcode 4.5 中构建我的 iOS 应用程序会导致每个源文件的依赖分析警告:
warning: no rule to process file of type sourcecode.c.objc for architecture armv6
这最终会导致二进制文件丢失。有什么想法吗?
构建设置:armv6 armv7有效架构和iOS 4.3部署目标。
Xcode 4.5 不再支持构建 armv6 二进制文件。
将有效架构设置为armv7。