首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > 移动开发 >

解决itunesconnect上传时"at least one of the following architecture(s) must be pr

2013-04-02 
解决itunesconnect上传时at least one of the following architecture(s) must be present:armv6问题[St

解决itunesconnect上传时"at least one of the following architecture(s) must be present:armv6"问题

[Stackoverflow]

问:

While submitting my iOS App to the App Store, validation fails with the message:

iPhone/iPod Touch: application executable is missing a required architecture.At least one of the following architectures(s) must be present: armv6

I'm using Xcode 4.5 (4G182), currently the latest. Some of my build settings:

  • Architectures: armv6 armv7
  • Base SDK: Latest iOS (iOS 6.0)
  • Valid Architectures: armv7 armv7s
  • iOS Deployment Target: 4.0

    What's going wrong here?


    答:

    Set the iOS Deployment Target to iOS 4.3.


    ----------------------------------------------------------------

    参考:

    (1)http://stackoverflow.com/questions/12567539/unable-to-validate-application-for-ios-app-store-armv6-architecture-missing

    (2)http://www.cnblogs.com/luxiang/archive/2011/10/09/2204235.html

    (3)http://blog.csdn.net/sjzsp/article/details/7081796


热点排行