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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
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.