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

一世执手 提交于 2019-12-09 18:58:31

问题


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?


回答1:


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 i.e Version 8.3.2 or newer, rebuilt your app and resubmit.




回答2:


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.



来源:https://stackoverflow.com/questions/36932081/new-apps-and-app-updates-must-be-built-with-the-public-gm-versions-of-xcode-6

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!