問題描述
iOS6 和 XCode 4.5 - 無法將應用上傳到應用商店 (iOS6 and XCode 4.5 - Unable to upload app to app store)
I made some changes and prepared to upload a newer version of my app to the app store that I built using trigger.io
The Application Loader show this error message:
"iPhone/iPod Touch: application executable is missing a required architecture. At least one of the following architecture(s) must be present: armv6"
Maybe the answer lies here: validating an iPhone app archive ?
I have successfully submitted apps to the Apple app store in the past... however, since upgrading for iOS6 I cannot. What am I doing wrong? Is it a build setting issue over at trigger.io?
Here is a screenshot:
參考解法
方法 1:
Xcode 4.5 support armv7 and armv7s
architecture.
So please
1. select your Build architecture as Standard (armv7 &armv7s)
2. select deployment target as IOS 4.3 and
3. add the following variable in the `info.plist`:-
Required Device capabilities with Item0 values as armv7.
This will help you..
方法 2:
This is fixed as of our v1.4.16 platform: http://docs.trigger.io/en/v1.4/release-notes.html#v1-4-16
(by Kris Krause、Vishnu R Kaimal、Amir Nathoo)