Possible Duplicate:
iOS 6 Xcode 4.5 unsupported architecture armv7s
I am planning to submit this update for the iPhone 5.
When I try to create an archive, I get the following warning:
iPhone/iPod Touch: application executable contains unsupported architecture(s): armv7s (-19031)
How can I resolve this ? What should I do in order to support iPhone 5 ?
Note:
I am using the following frameworks:
- Core Data
- Quartz Core
- AVFoundation
- UIKit
- Foundation
- Core Graphics
- SenTestingKit
SenTestingKitdoes not supportarmv7sEither removearmv7sfrom the architectures or remove the use of the SenTestingKit until they update forarmv7s.EDIT: Removing
armv7swill still allow your application to run on the iPhone 5, however you will not get the full performance of thearmv7sprocessor.