有谁知道这可能导致什么?
[<WKContentView 0x7f9c7003f400> valueForUndefinedKey:]: this class is not key value coding-compliant for the key webSelectionAssistant
Run Code Online (Sandbox Code Playgroud)
当您在WKWebView中使用文本字段打开纯HTML网页(在模拟器中)并在其中键入任何字符时,就会发生这种情况。不是我的代码,是WebKit。
这一定是Mac专用的,但是我不知道从哪里开始。