Search Issue Tracker
Third Party Issue
Third Party Issue in 2023.3.X
Votes
0
Found in
2021.3.30f1
2022.3.10f1
2023.1.14f1
2023.2.0b10
2023.3.0a6
Issue ID
UUM-49477
Regression
No
ArgumentNullException when building with Apple Unity Plug-in
How to reproduce:
1. Download and open the attached "My Project" project
2. Build the project for MacOS with "Create Xcode Project" enabled
3. Observe the console window
Expected outcome: No errors appear in the console window
Actual outcome: "ArgumentNullException: Value cannot be null. Parameter name: key" error appears in the console window
Reproduced with: 2021.3.30f1, 2022.3.10f1, 2023.1.14f1, 2023.2.0b10, 2023.3.0a6
Reproduced on: MacOS 13.5.2 (Intel), MacOS 13.4 (Intel)
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
- Texture Import Warnings are obscured by other Terrain Layer options in the Inspector
- Burst Inspector middle divider is jittering when resized with the Burst Inspector window docked
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
- Different text alignment in the column header in Entities "System" window
- Objects with Universal Render Pipeline/Particles/Lit shader are always lit up when changing their Rendering Layer Mask
Resolution Note:
Third party issue. UnityFramework target does not exist in the MacPlayer XCode project. The third party plugin code tries to access it.
Resolution Note (2023.3.X):
Third party issue. UnityFramework target does not exist in the MacPlayer XCode project. The third party plugin code tries to access it.