0

There used to be rule that apps built with beta version of Xcode can not be submitted for review. There doesn't seem to be anything in writing for Xcode 11 beta. Has the rule changed, and can we submit apps built with Xcode 11 beta?

Cœur
  • 37,241
  • 25
  • 195
  • 267
Deepak Sharma
  • 5,577
  • 7
  • 55
  • 131

2 Answers2

1

For TestFlight you can, however for AppStore you have to wait for GM version. What is GM

Nomi
  • 11
  • 2
0

Steps:

  • Archive your app
  • Open Organizer
  • Select your archive -> Show in Finder
  • Show Package Contents (Right Click)
  • Products -> Applications ->
  • Again Show Package Contents
  • Open Info.plist
  • Change "BuildMachineOSBuild" to one public build number, for example 18G87, build number of macOS 10.14.6
  • Then you will be able to upload your app.

I have been doing it a lot of times during this beta so it is confirmed that it works.

93sauu
  • 3,770
  • 3
  • 27
  • 43