Search Issue Tracker
By Design
Votes
0
Found in
2019.4
2020.3
2020.3.24f1
2021.2
2022.1
Issue ID
1385751
Regression
No
[iOS] Build fails when running UnityLinker
Reproduction steps:
1. Download and open the attached "COMETBALL.zip" project
2. Build the project for iOS
3. Observe the Console window
Expected result: Build succeeds, no errors appear in the Console
Actual result: Build fails, "Exception: Failed running" error appears in the Console
Reproducible with: 2019.4.33f1, 2020.3.24f1, 2021.2.6f1, 2022.1.0b2
Comments (2)
-
kylebjaynes
Dec 15, 2021 21:14
Hi this is my big report- anything I can do to work around or fix this issue?
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
- Package Manager lets some packages to be imported when everything in the package is deselected while other packages have the “Import” button greyed out
- The Blackboard scrolls up and selecting Items breaks when Duplicating Items in a scrolled down List
- "Curve" window workspace doesn't update the scale to match the selected curve preset unless reopened
- StackOverflowException occurs and tests fail to load when the Test Runner window is opened while System.Windows.Forms.dll and System.Deployment.dll are present in the project
- Some UXML Template Asset foldouts appear enabled when all fields inside are disabled
Resolution Note (2022.2.X):
This project contained a managed assembly with a file name different from its assembly name. Unity requires that all managed assemblies have the same assembly name as their file name.