Search Issue Tracker
By Design
Votes
0
Found in
2019.4
2020.3
2020.3.18f1
2021.2
2022.1
2022.2
Issue ID
1396513
Regression
No
[iOS] Crash at UIApplicationMain when quitting the iOS simulator
Reproduction steps:
1. Download and open the attached "CrashyMacDate.zip" project
2. Build and deploy the project for an iOS Simulator.
3. Close the Simulator window
Actual result: "Thread 1: signal SIGTERM" crash
Reproducible with: 2019.4.35f1, 2020.3.27f1, 2021.2.9f1, 2022.1.0b5, 2022.2.0a2
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
- ShadowCaster2D breaks on certain Rotation positions when Casting Source is set to PolygonCollider2D
- The options modal for which type of Tilemap to create isn't drawn when it has been previously closed until the user moves their cursor
- There are 2 Overlay Menus present in the Tile Palette Window
- Unable to change the Shadow Map resolution for lights via Inspector when 'preserveCachedShadow' is enabled
- Adaptive Probe Volumes are not loaded when Adaptive Light Probes are exported via Asset Bundles and opened on another project
Resolution Note (2022.2.X):
If you run your code on the simulator and close the simulator by tapping on the window close icon then you are effectively shutting down the simulator while Xcode is attached to it. That’s why you get that error message.