XCode 4.5 (4G182) + iPhone 5 iOS6 - Choose a destination with a supported architecture in order to run on this device XCode 4.5 (4G182) + iPhone 5 iOS6 - Choose a destination with a supported architecture in order to run on this device xcode xcode

XCode 4.5 (4G182) + iPhone 5 iOS6 - Choose a destination with a supported architecture in order to run on this device


Also you need to select the compiler LLVM in

Project --> Build Settings --> Build Options

enter image description here


I have found the same issue while running an OLD project on XCode 5.0 and My solution is:

You need to do following steps for getting out with this:

1. Set Valid Architectures : armv7,armv7s

2. Set compiler as LLVM in Project ---> Build Settings ---> Build Options. See attached image below

3. Set Base and Deployment sdk properly.

This is my solution. Happy To Help.


You need to add armv7s to your valid architectures under your Target's Build Settings.

Changing Valid Architectures