문제

Building my iOS App in Xcode 4.5 results in Dependency Analysis Warnings for every source file:

warning: no rule to process file of type sourcecode.c.objc for architecture armv6

This eventually results in a missing binary. Any ideas what's wrong here?

Build settings: armv6 armv7 Valid Architectures and iOS 4.3 Deployment Target.

도움이 되었습니까?

해결책

Xcode 4.5 does not support building armv6 binaries anymore.

다른 팁

Set Valid Architectures to armv7.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top