Bug 221528
Summary: | Web Inspector:dyld: Symbol not found: __ZN9Inspector17BackendDispatcher12sendResponseElON3WTF6RefPtrINS1_8JSONImpl6ObjectENS1_13DumbPtrTraitsIS4_EEEEb | ||
---|---|---|---|
Product: | WebKit | Reporter: | GavinLam <m13590491852> |
Component: | Web Inspector | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | bburg, hi, inspector-bugzilla-changes, m13590491852, mmaxfield, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Mac (Intel) | ||
OS: | macOS 11 |
GavinLam
STR:
1. build-webkit --debug
2. run-safari --debug
Expected: Safari to start up
Actual:
```
Starting SafariForWebKitDevelopment with DYLD_FRAMEWORK_PATH set to point to built WebKit in /Users/mcaceres/dev/WebKit/WebKitBuild/Debug.
dyld: Symbol not found: __ZN9Inspector17BackendDispatcher12sendResponseElON3WTF6RefPtrINS1_8JSONImpl6ObjectENS1_13DumbPtrTraitsIS4_EEEEb
Referenced from: /System/Library/PrivateFrameworks/WebInspector.framework/Versions/A/WebInspector
Expected in: /Users/mcaceres/dev/WebKit/WebKitBuild/Debug/JavaScriptCore.framework/Versions/A/JavaScriptCore
in /System/Library/PrivateFrameworks/WebInspector.framework/Versions/A/WebInspector
```
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
GavinLam
https://bugs.webkit.org/show_bug.cgi?id=216486
I noticed that the Bug had been fixed here, but it still happened.
Radar WebKit Bug Importer
<rdar://problem/74324457>
GavinLam
This may be a solution, but I am currently on the latest Mac OS Big Sur 11.2 and cannot install Safari 14.1 Beta
Blaze Burg
There is no further code change to be made. You'll have to wait. In the meantime, run-minibrowser should suffice for testing not specific to Safari.
*** This bug has been marked as a duplicate of bug 216486 ***