Search Issue Tracker
By Design
Votes
0
Found in [Package]
1.3.0-preview.4
Issue ID
1225063
Regression
No
[Android] [Mac] Build fails on macOS when Burst package is installed
Reproduction steps:
1. Create a new project or open an existing one
2. Install Burst package
3. Build for Android
Expected result: Build is successful
Actual result: Build fails and errors are thrown
Reproduces on: 2018.4.18f1 (Burst 1.1.1, 1.3.0-preview.4)
Does not reproduce on: 2019.3.4 (Burst 1.3.0-preview.4), 2020.1.0b1 (Burst 1.3.0-preview.4), 2020.2.0a2 (Burst 1.3.0-preview.4)
Notes:
Burst is not available in Unity 2017.4, therefore, the issue is not reproducible.
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
- Some UXML Template Asset foldouts appear enabled when all fields inside are disabled
- URP Terrain Demo crash on burst_signal_handler after Generating lighting
- Project window button icons are poorly visible and their shades differ in Light theme
- GC.Alloc called by HDRenderPipeline.LensFlareMergeOcclusionDataDrivenPass() when playing the default HDRP Sample Template project
- Automatic LOD fails and SRP Batcher incompatibility occurs when using spline-based quad-topology meshes
Resolution Note:
Unity 2018.4 uses Android NDK r16b, which doesn't work out of box on macOS Catalina because it's not verified. Allowing the NDK to run (https://stackoverflow.com/questions/58390545/cannot-use-old-ndk-android-ndk-r17c-after-catalina-upgrade-due-to-new-security) fixes the issue.
Older macOS versions are not impacted.