My app doesn't respond on iPhone Air iOS 26.1. After startup, my app shows the main view with a tab bar controller containing 4 navigation controllers. However, when a second-level view controller is pushed onto any navigation controller, the UI freezes and becomes unresponsive. The iPhone simulator running iOS 26.1 exhibits the same problem.
The debug profile shows CPU usage at 100%.
However, other devices and simulators do not have this problem.
As ray_cai outlined the issue was related to the LaunchImage.
@howard_kang this fixed the issue for me.
- Remove
LaunchImagefrom the Asset catalog. - Remove references to
LaunchImagefrom your build settings. - Add
Launch Screenstoryboard to the project. - Add parameter
Launch screen interface file base namewith the name of your storyboardLaunch Screen.storyboardto yourInfo.plistfile.