Search Issue Tracker
Won't Fix
Votes
0
Found in
2018.4
2019.3.7f1
2020.2
Issue ID
1231096
Regression
No
[Mac] Cannot build Mac Standalone Player due to errors when scripting backend is set to IL2CPP
How to reproduce:
1. Create a new Unity project
2. Set scripting backend to IL2CPP in Player Settings
3. Build for Mac Standalone
Expected result: the build finishes successfully
Actual result: errors occur in the console, full documentation in the edit
Reproducible with: 2018.4.20f1, 2019.3.8f1, 2020.1.0b4, 2020.2.0a5
Could not test with: 2017.4.39f1 due to IL2CPP not being available for Mac Standalone builds
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
- Any small change in UI Builder Inspector refreshes Editor Inspector
- Inaccurate Box Collider boundaries on a rotated child Cube when the parent GameObject Scale is non-uniform
- [Android] "SHADOWS_SCREEN" set as shader Keyword when no "_ShadowMapTexture" is bound leads to freeze on a build on some Mali GPU devices
- The global scene list is overridden in a project built with command line when the Override Global Scene List setting is disabled in the build profile
- Global Scenes are not included in the Build when building multiple Build Profiles at the same time
Resolution Note:
It is actually related to an XCode/macOS version mismatch. XCode 11.4 requires macOS version 10.15.4 or later. Apple caused XCode to update to 11.4 on many computers without requiring macOS to be at 10.15.4.
So please update your macOS version or downgrade XCode to 11.3. Either option will solve this issue.