1
votes

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.

2
check answers for following questions: [Build for armv6 architecture (target iOS 3.1.3) with iOS 6 SDK and Xcode 4.5?][1] [Xcode 4.5 and iOS 4.2.1 incompatibility][2] [1]: stackoverflow.com/questions/12533544/… [2]: stackoverflow.com/questions/12463195/…Aruna

2 Answers

9
votes

Xcode 4.5 does not support building armv6 binaries anymore.

1
votes

Set Valid Architectures to armv7.