[Webkit-unassigned] [Bug 249944] New: Web Inspector: [WKWebView setInspectable:]: unrecognized selector sent to instance
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Dec 29 09:54:31 PST 2022
https://bugs.webkit.org/show_bug.cgi?id=249944
Bug ID: 249944
Summary: Web Inspector: [WKWebView setInspectable:]:
unrecognized selector sent to instance
Product: WebKit
Version: WebKit Local Build
Hardware: All
OS: All
Status: NEW
Severity: Normal
Priority: P2
Component: Web Inspector
Assignee: webkit-unassigned at lists.webkit.org
Reporter: pdr at google.com
CC: inspector-bugzilla-changes at group.apple.com
I am getting the following error when running a release build of the MiniBrowser on MacOS 13.1:
WebKitBuild/Release/MiniBrowser.app/Contents/MacOS/MiniBrowser
MiniBrowser[59280:935743] -[WKWebView setInspectable:]: unrecognized selector sent to instance 0x144e21a10
Removing the following line from Tools/MiniBrowser/mac/WK2BrowserWindowController.m works around the error:
_webView.inspectable = YES;
This line was added in https://commits.webkit.org/255557@main
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20221229/10254f3e/attachment.htm>
More information about the webkit-unassigned
mailing list