Search Issue Tracker
Fixed in 1.3.9
Votes
1
Found in [Package]
2019.4.11f1
Issue ID
1280301
Regression
No
[Xcode12][Burst] iOS builds with Universal/ARMv7 architecture fail in Xcode 12 with New Build System when using burst
Steps to reproduce:
1. Open attached 'test-lib-2019.zip' project (or open an empty project and install 'Burst' package via Package Manager)
2. Switch build target to iOS and make a build
3. Open the project in Xcode 12
4. Make sure that the Xcode project is using the "New Build System" (File/Project Settings/Build System)
5. Try to build the project
Expected result: build succeeds
Actual result: build fails with "The linked library 'lib_burst_generated32.a' is missing one or more architectures required by this target: arm64"
Notes:
This does not happen when building an ARM64-only build, therefore it's not reproducible on 2020.1+ (ARMv7/Universal architectures were removed there)
Doesn't fail on Xcode 11
Reproduced with: 2018.427f1, 2019.4.11f1
Comments (1)
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
- var VisionOSEDRHeadromm has a comma instead of a dot when building with Metal Rendering App Mode and local OS localization is set to German
- IAP Catalog remove product “x” and add product “+” buttons are not consistent with other remove and add buttons in the Editor
- Performance issues in Play Mode when quickly hovering the mouse cursor over Hierarchy GameObjects
- Frame Debugger displays incorrect output when FidelityFX Super Resolution or Spatial-Temporal Upscaler is used with Temporal Anti-aliasing or Subpixel Morphological Anti-aliasing
- Crash with “Fatal Error! The file ‘MemoryStream’ is corrupted!” when adding a large number in Font Character Rects Size field
Allesster
Jul 01, 2021 07:46
How fix it?