Search Issue Tracker
Won't Fix
Won't Fix in 2022.3.X
Votes
0
Found in
2022.3.9f1
Issue ID
UUM-48633
Regression
Yes
[IOS][Build] Batchmode iOS build fails when built from the command line
Reproduction steps:
1. Open the "IN-53589.zip" project
2. Close the Editor and build the project from the command line with the command: "{PATH_TO_UNITY_EDITOR} -batchmode -nographics -upmNoDefaultPackages -projectPath {PATH_TO_PROJECT} -logFile build_test.unity_app_log_test.txt -quit -buildTarget iOS -executeMethod TestBuild.BuildiOS"
3. Open the generated Xcode project located in "~/test/build" in Xcode
4. Build the Xcode project
Expected result: Xcode project build succeeds
Actual result: Xcode project build fails
Reproducible with: 2022.2.0a14, 2022.3.9f1
Not reproducible with: 2021.3.30f1, 2022.2.0a13, 2023.1.12f1, 2023.2.0b8, 2023.3.0a4
Reproducible on: macOS 13.4 (M1, Intel)
Not reproducible on: No other environment tested
Notes:
- The full error is in the internal notes
- Might fail with different errors
- Might also fail when building the project from the Top Menu → TestBuild → iOS
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
- VisionOS Player and Simulator crashes on "nw_read_request_report [C1] Receive failed with error "No message available on STREAM"" when playing a video through VisionOSVideoComponent
- Shader starts acting unexpectedly when SV_primitiveID is used in a Hull/Domain Shader
- [iOS] "Execution of the command buffer was aborted due to an error during execution" error is thrown continuously when using specific Project Settings and Anti-aliasing is enabled
- Inconsistent help box font size in Project Settings window
- Local package MonoBehaviour scripts appear as missing after updating the project when the project and package paths share the same prefix
Resolution Note:
There are no fixes planned for this Bug
Resolution Note (2022.3.X):
BuildOptions.AllowDebugging should be used together with BuildOptions.Development