Search Issue Tracker
By Design
Votes
0
Found in
2020.3
2020.3.12f1
Issue ID
1402114
Regression
No
[Xcode] [macOS] Unable to submit macOS build for external test flight review.
Reproduction steps:
1. Submit a macOS build for an external Test Flight review
Expected result: No errors appear
Actual result: "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" error appears
Reproducible with: 2020.3.12f1, 2020.3.28f1 (User provided info)
Comments (1)
-
mpete
May 20, 2022 08:42
Also an issue in Unity 2021
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
- Scene view has Y coordinates of the Screen Position node flipped when some of the URP features are disabled
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
- Files in the target folder are deleted without a proper warning when building an iOS project
Resolution Note (2022.2.X):
Distributing apps to Test Flight and App Store is supported by exporting Xcode project and uploading trough Xcode as per Apple's guidelines: https://developer.apple.com/documentation/xcode/distributing-your-app-for-beta-testing-and-releases.
For distribution where Apple validation is not needed, .app generated straight from Unity can be used. If some extra info.plist values are needed, PlistDocument API can be used: https://docs.unity3d.com/2022.2/Documentation/ScriptReference/iOS.Xcode.PlistDocument.html