On Mac I get "This build is using a beta version of Xcode and can't be submitted."
See original GitHub issue- Electron-Builder Version: 22.11.10
- Node Version: 16.13.2
-
Electron Version: 13.3.0
-
Electron Type (current, beta, nightly): current
- Target: Mac App Store
When we upload our build to the app store it goes through, however when creating an external beta test in TestFlight we get the following error message:
This build is using a beta version of Xcode and can't be submitted. Make sure you're using the
latest version of Xcode or the latest seed release found on the releases tab in a
href="https://developer.apple.com/news/releases/" target=" blank">News and Updates
We build with a release version of Xcode and if I look at the binaries in node_modules/electron/dist
which by the way are
./Electron.app/Contents/Frameworks/Electron Helper (Renderer).app/Contents/Info.plist
./Electron.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Resources/Info.plist
./Electron.app/Contents/Frameworks/ReactiveObjC.framework/Versions/A/Resources/Info.plist
./Electron.app/Contents/Frameworks/Squirrel.framework/Versions/A/Resources/Info.plist
./Electron.app/Contents/Frameworks/Mantle.framework/Versions/A/Resources/Info.plist
./Electron.app/Contents/Frameworks/Electron Helper (Plugin).app/Contents/Info.plist
./Electron.app/Contents/Frameworks/Electron Helper (GPU).app/Contents/Info.plist
./Electron.app/Contents/Frameworks/Electron Helper.app/Contents/Info.plist
./Electron.app/Contents/Info.plist
and check all their Info.plist
files they tell me:
<key>DTXcode</key>
<string>1240</string>
<key>DTXcodeBuild</key>
<string>12D4e</string>
And ^ this doesn’t seem to be a Non-Release version.
So does anyone know if there’s a problem with the distributed Electron files? Or with the builder? Help is appreciated.
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Xcode 11 Beta 2 external testing | Apple Developer Forums
This build is using a beta version of Xcode and can't be submitted. Make sure you're using the latest version of Xcode or...
Read more >Sorry Something Went Wrong this build is using a beta version ...
I built the app using Xcode 9.2 (9C40b), which is a full release and not beta. I attempted to submit the app for...
Read more >Testflight external build says app is using "beta version of ...
"This build is using a beta version of Xcode and can't be submitted. Make sure you're using the latest version of Xcode or...
Read more >Xcode Beta 15, "Application could not be uploaded to the ...
I am attempting to test our iOS app using Xcode 13.0 beta 5 (13A5212g). When I attempt to run it on my device...
Read more >Apple will require developers to submit apps using Xcode 13
Apple on Tuesday sent a reminder to developers about an upcoming change in the requirements for submitting apps to the App Store.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The issue is tracked here: https://github.com/electron/electron/issues/33054
Dealing with the same issue right now. I am able to submit this Version to the AppStore or to an internal TestFlight group. However I am unable to publish it to an external TestFlight group. I asked Apple Support why this version is not allowed, lets see their response.