Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 766
Vijay Jadhav Avatar asked Oct 18 '25 01:10

Vijay Jadhav


2 Answers

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.

enter image description here

like image 65
Satyendra Pandey Avatar answered Oct 19 '25 16:10

Satyendra Pandey


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.

like image 32
CPP Avatar answered Oct 19 '25 15:10

CPP



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!