When I run the program in Xcode beta4, I get an error with: "Application circumvented Objective-C runtime dealloc",How do I solve this problem
ios 16 "Application circumvented Objective-C runtime dealloc"
Same here. And if I build with release version of Xcode it works fine. It started happening after I upgraded iOS to the latest beta version. Before the Xcode beta built fine, no crashes.
Do not override system methods in system categroy, e.g. + (void)initialize;
I was having the same issue. After doing long RnD, I deleted IQKeyboardManager library from my project. This has solved my problem.