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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
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.