When I launched my app and found it crashed with NSInternalInconsistencyException', reason: 'Application circumvented Objective-C runtime dealloc initiation for object.' in iOS 16.0 beta.
And the call stack like this:
Thread 0:
-[UIView dealloc]
-[UITabBarButton dealloc]
AutoreleasePoolPage::releaseUntil(objc_object**)
......
How can I fix this crash before iOS 16.0 release published
4
0
2k