Check the system class category and the Initialize method of the category. I've found that adding the Initialize method to UIViewController Category classes causes crashes.
Post
Replies
Boosts
Views
Activity
The category overrides the Initialize method and crashes
Check the Categroy of UIView and UIViewController. IOS16.0 does not allow + (void)initialize to be overwrite on Categroy。
Can you share your solution?