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
- Assets are created in the Package folders when creating assets via custom buttons in the Inspector window or other windows
- “Select” windows are named differently on Windows and macOS
- [Windows] No minimum “Select” window size
- Enabling “Editor Extension Authoring” in UI Builder doesn’t dirty the document and saving with shortcut doesn’t persist the state
- WebRequest.Create() function fails with "URI prefix is not recognized" errors when the project is built for Linux Standalone or Windows Dedicated Server
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.