64-bit and iOS 8 Requirements for New Apps

iOS提交時出現這個錯誤的解決辦法.app

This bundle is invalid. Apps that include arm64 architecture cannot have MinimumOSVersion set to less than ‘5.1.1’.More information about 64-bit support for iOS is available at 「64-Bit Transition Guide for Cocoa Touch」 at developer.apple.comless

targets->Builtd Setting->Architectures->Valid Architectures 中去掉 arm64.ide

以後從新打包.ui


October 20, 2014
Starting February 1, 2015, new iOS apps uploaded to the App Store must include 64-bit support and be built with the iOS 8 SDK, included in Xcode 6 or later. To enable 64-bit in your project, we recommend using the default Xcode build setting of 「Standard architectures」 to build a single binary with both 32-bit and 64-bit code.spa

相關文章
相關標籤/搜索