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
- SystemInfo.get_graphicsDeviceName() is generating garbage GC Alloc when using Metal graphics API
- Crash on D3D12CommonShader::ApplyGpuProgram when attaching material which samples "_UnityFBInput0" to "Full Screen Pass Renderer Feature" Component
- SpeedTree meshes and objects count differs when comparing the numbers in the Player with the Editor
- Model and Prefab Preview icons are not updated after upgrading associated Materials to URP
- Game view is rendered white when viewing the Editor with HDR display and Post Proccesing is enabled on the Main Camera with 2D URP
Resolution Note:
There are no fixes planned for this Bug
Resolution Note (2022.3.X):
BuildOptions.AllowDebugging should be used together with BuildOptions.Development