简体   繁体   中英

New apps and app updates must be built with the public (GM) versions of Xcode 6 or later, OS X, and iOS SDK

I have submitted my app to the app store using Xcode 7.3.1 on OS X 10.11.4.

While submitting app for approval I am getting following error.

"New apps and app updates must be built with the public (GM) versions of Xcode 6 or later, OS X, and iOS SDK. Don't submit apps built with beta software including beta OS X builds."

Can anyone help me on this?

Due to resolved app archives issue, Apple has depricated Xcode 8.3, so the app archives built with 8.3 will no longer be accepted by the App Store. Download latest stable version of Xcode ie Version 8.3.2 or newer, rebuilt your app and resubmit.

在此输入图像描述

Not sure if this is the correct thing to do but as mentioned on https://forums.developer.apple.com/thread/23534 the following works:

  • Archive a new build, with a new build number
  • Find the archive in the organizer > right click > show in Finder
  • Right click on the archive > Show package contents
  • Navigate to Products > Applications > Right click on your app > Show package contents
  • Open Info.plist
  • Modify BuildMachineOSBuild to 14F27
  • Modify DTPlatformBuild to 13A340
  • Save Info.plist
  • Submit the archive in Xcode

This will make iTunes Connect think you built your app on Yosemite GM and iOS 9 GM and resolve the submit for review error. Not sure if it will cause any issues when apple actually come to review the app though.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM