Search Issue Tracker
By Design
By Design in 2023.3.X
Votes
0
Found in
2021.3.30f1
2022.3.9f1
2023.1.13f1
2023.2.0b9
2023.3.0a5
Issue ID
UUM-48556
Regression
No
[iOS] App crashes or freezes, and “GameKitWrapper” error messages appear after building the app if using Apple Unity Plug-Ins
How to reproduce:
1. Build And Run the attached “My project.zip” project for iOS device
2. Observe the result
Expected result: The app is running
Actual result: The app crashes or freezes, and “GameKitWrapper” error messages appear
Reproducible with: 2021.3.30f1, 2022.3.9f1, 2023.1.13f1, 2023.2.0b9, 2023.3.0a5
Reproduced on:
VLNQA00494 - iPhone 14 Pro Max, 16.3.1 iOS
VLNQA00358 - iPhone 12, 14.1 iOS
VLNQA00392 - iPad (9th generation), 15.0 iOS
VLNQA00310 - iPad Pro 12.9", 13.4.1 iOS
Not reproducible on: No other environment tested
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:
The app crashes because UnityFramework requires the two other frameworks, while those frameworks themselves are not included in the app.
In Unity select the .framework (each of the two) and check the "Add to Embedded Binaries" there. The the same frameworks will also be added to main app target and the app will work.
Resolution Note (2023.3.X):
The app crashes because UnityFramework requires the two other frameworks, while those frameworks themselves are not included in the app.
In Unity select the .framework (each of the two) and check the "Add to Embedded Binaries" there. The the same frameworks will also be added to main app target and the app will work.