[Webkit-unassigned] [Bug 249944] MiniBrowser: [WKWebView setInspectable:]: unrecognized selector sent to instance

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 30 19:08:20 PST 2022


https://bugs.webkit.org/show_bug.cgi?id=249944

--- Comment #2 from Patrick Angle <pangle at apple.com> ---
It appears you might be running MiniBrowser without setting the frameworks path, as that would cause the system's WebKit.framework to be loaded, which does not have the `inspectable` property, whereas your built `WebKit.framework` should. If I'm reading your report correctly you are currently directly launching the MiniBrowser binary without pointing it at your built frameworks, which isn't supported. The most convenient way to run MiniBrowser from built sources is with the `run-minibrowser` script in `Tools/Scripts`. This script will run MiniBrowser and tell it to load frameworks from your build products directory as well.

If this issue reproduces for you even when using the `Tools/Scripts/run-minibrowser` script, could you please include what command you used to build the project from the command line? (`Tools/Scripts/build-webkit` + `Tools/Scripts/run-minibrowser` worked for me on a macOS 13.2 developer beta.)

-- 
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/20221231/7cf94d1e/attachment.htm>


More information about the webkit-unassigned mailing list