How to deal with it ? we also get such a problem only in iOS14.
Post
Replies
Boosts
Views
Activity
We also have the same issue in new Xcode Version 14.0.
We have checked the Categroy of UIView and UIViewController but don't find any problems.
Can you show your real problems and detailed solution?
*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Application circumvented Objective-C runtime dealloc initiation for <%s> object.'
terminating with uncaught exception of type NSException
same UIView.m#4628
we have solved it by replacing "+ (void)initialize" with "+ (void)load"