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
- Addressables content build fails but the Player build is successful when building a development build
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
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.