Search Issue Tracker
Third Party Issue
Votes
0
Found in
2021.3.46f1
2022.3.53f1
6000.0.28f1
6000.1.0a5
Issue ID
UUM-87545
Regression
No
Build fails with "Building Library/Bee/artifacts/MacStandalonePlayerBuildProgram/gahcy/hj9mx3z/951.0 failed with output:..." errors when Scripting Backend is set to IL2CPP
*Steps to reproduce:*
1. Create a new project with the default template
2. Set Scripting Backend to IL2CPP in the Player Settings
3. Build the Project (File -> Build Settings -> Build)
4. Observe the Console after the build process is complete
*Actual results:* No Errors or Warnings are being thrown
*Expected results:* Build fails with "Building Library/Bee/artifacts/MacStandalonePlayerBuildProgram/gahcy/hj9mx3z/951.0 failed with output:..." errors
*Reproducible with versions:* 2021.1.0a1, 2021.3.46f1, 2022.3.53f1, 6000.0.28f1, 6000.1.0a5
*Tested on (OS):* macOS Sonoma 14.7 (M1)
*Notes:*
* Not reproducible with macOS Sequoia 15 (Intel)
* Not reproducible on a different macOS Sonoma 14.7 (M1) machine
* Full error:
{code:java}
Building Library/Bee/artifacts/MacStandalonePlayerBuildProgram/gahcy/hj9mx3z/951.0 failed with output:
In file included from Library/Bee/artifacts/MacStandalonePlayerBuildProgram/gqhcy/pdbb59msyz6u0.lump.cpp:2:
In file included from /Applications/Unity/Hub/Editor/2022.3.53f1/Unity.app/Contents/il2cpp/libil2cpp/gc/BoehmGC.cpp:8:
[1m/Applications/Unity/Hub/Editor/2022.3.53f1/Unity.app/Contents/il2cpp/libil2cpp/gc/WriteBarrier.h:3:10: [Om[0;1;31mfatal error: [Om[1m'type_traits' file not found[0m
3 | #include <type_traits> [0m
| [0:1;32m ^~~~~~~~~~~~~
[0ml error generated.
return GC_NO_DESCRIPTOR;
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&) (at /Users/bokken/build/output/unity/unity/Modules/IMGUI/GUIUtility.cs:203) {code}
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
- Opening Terrain Prefab in Prefab Editing Mode throws "NullReferenceException" error
- [Search] Dragging query pills put them behind the search text field
- A CustomPropertyDrawer that returns a PropertyField for a property named the same as a child field will not render all child fields
- Graphics Settings shows default values instead of the real values in the Rendering Debugger when Volume.profile is assigned via script
- Deleting multiple Tags throws “NullReferenceException”, and "Retrieving array element that was out of bounds" errors when holding the Enter key
Resolution Note:
Reinstalling XCode resolves this issue.