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?
Asked
Active
Viewed 297 times
0
-
Try it and see. – matt Aug 27 '19 at 19:43
-
That's the problem, it will take couple of days for review. – Deepak Sharma Aug 27 '19 at 19:44
-
Your app would be rejected during the upload if something is wrong, such as using an unsupported version of xcode. – CodeBender Aug 27 '19 at 19:46
-
It's not rejected, but its stuck in Processing in Testflight. AppStoreConnect has processed the build though. – Deepak Sharma Aug 27 '19 at 19:47
-
Are you using TestFlight version 2.3? https://developer.apple.com/testflight/ *With TestFlight 2.3 on iOS 13 beta* – CodeBender Aug 27 '19 at 19:56
-
For TestFlight testing, yes it is approved. However for AppStore, I am not so sure. – Deepak Sharma Aug 28 '19 at 18:03
2 Answers
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