Post

Replies

Boosts

Views

Activity

Reply to WkWebView Crashed on iOS14
I meet the same problem. It seems -[UIInputViewSet restorableResponder] returns a wild pointer. This property is neither weak nor strong. I added a symbol breakpoint to -[UIInputViewSet restorableResponder] and -[UIInputViewSet setRestorableResponder:], the assembly code shows they have neither store_weak nor store_strong code. I used a workaround, hook -[UIInputViewSet restorableResponder] and return nil. Maybe it will cause another problem. But after testing it seems work well.
Jul ’20