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
- Texture Sampling overlap causes graphical errors on specific Graphics APIs and Devices when using Framebuffer Fetch
- [Android] AssetBundle loading performance degradation when loading from a local Assetbundle
- [iOS][Android] Reflection with Generic Class returns unexpected values
- Shader Variant Collection Asset UI is hard to read when multiple Shaders and keywords are added
- Regression for "WebGL build is missing "malloc" and "free" functions when passing "-sERROR_ON_UNDEFINED_SYMBOLS=0" to emscriptenArgs"
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.