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
- Too little validation messages in the "WebAssembly Language Features" Memory settings
- Project Settings Search Highlights are misaligned when using the Bitmap Text Rendering Mode
- "GetControlID at event ValidateCommand returns a controlID different from the one in Layout event" Warning is thrown when undoing the deletion of Sprite Shape Profile
- Memory related fields in the "WebAssembly Language Features" can be set to the negative numbers
- "WebAssembly Language Features" Header in the Player Settings has a smaller indentation
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.