Search Issue Tracker
Fixed
Fixed in 2019.4.X
Votes
0
Found in
2019.4
2019.4.26f1
Issue ID
1339180
Regression
No
[macOS][Xcode] ARM64 architecture is expected when archiving project which is missing on Unity 2019.4
How to reproduce:
1. Open the attached project
2. Open the Build Settings (File->Build Settings)
3. Enable the 'Create Xcode Project' option
4. Make a build
5. Open the Xcode project
6. In the Xcode editor, try to archive the project (Product->Archive)
7. Inspect the 'Buildtime' console
Expected result: Build is successful
Actual result: 'The linked and embedded library 'UnityPlayer.dylib' is missing one or more architectures required by this target: arm64.' error is thrown
Reproducible with: 2019.4.28f1
Not reproducible with: 2020.3.10f1, 2021.1.11f1, 2021.2.0a20 (ARM64 Platform is available in Build Settings and gets included)
Couldn't test with: 2018.4.36f1 (Couldn't create an Xcode project)
Note:
- Tested with Xcode 12.2
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Add comment