Search Issue Tracker
By Design
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
- GPU utilization increases by 20% on Meta Quest headsets when Render Graph is enabled on 6000.0.16f1 and higher
- Value on Slider (Int) control in UI Builder displays as default when saving UI Document
- Color mismatch in UI Builders Library panel when the Editors theme is set to Light Mode
- [Android ] "AndroidJNI.ToBooleanArray" returns a random non-zero value instead of "IntPtr.Zero" when the method argument is null
- Non-HDR color picker opens when selecting material color with HDR enabled
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.