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
- [Android] Stage information is not logged when Log Shader Compilation is enabled
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- [macOS] Library folder of the opened project can be deleted which leads to the crash
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
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.