Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WKContentView not key value coding-compliant for key webSelectionAssistant

Does anyone have any idea what might cause this?

[<WKContentView 0x7f9c7003f400> valueForUndefinedKey:]: this class is not key value coding-compliant for the key webSelectionAssistant

It happens when you open plain HTML web page (in simulator) inside WKWebView, with text field and type any character on it. Not my code, it's WebKit.

This must be something that's Mac specific, but I have no idea where to start.

like image 228
Aleksandar Vacić Avatar asked Mar 29 '19 09:03

Aleksandar Vacić


1 Answers

You probably use some kind of generic "All Objective-C Exceptions" breakpoint.

Make sure it's disabled during the input.

like image 83
Jakub Truhlář Avatar answered Sep 19 '22 13:09

Jakub Truhlář