Can you share your solution?
Post
Replies
Boosts
Views
Activity
Check the Categroy of UIView and UIViewController. IOS16.0 does not allow + (void)initialize to be overwrite on Categroy。
The category overrides the Initialize method and crashes
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.