Bug 216783
Summary: | run-safari --debug not working: InjectedBundle::load failed - Could not load the executable from the bundle. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Marcos Caceres <marcos> |
Component: | Web Inspector | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED CONFIGURATION CHANGED | ||
Severity: | Normal | CC: | ap, bburg, hi, inspector-bugzilla-changes, rniwa, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | Other | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: |
https://bugs.webkit.org/show_bug.cgi?id=226560 https://bugs.webkit.org/show_bug.cgi?id=189234 |
Marcos Caceres
STR:
1. build-webkit --debug --use-ccache
2. run-safari --debug
Errors with:
Starting SafariForWebKitDevelopment with DYLD_FRAMEWORK_PATH set to point to built WebKit in /Users/mcaceres/dev/WebKit/WebKitBuild/Debug.
2020-09-22 01:35:55.959 SafariForWebKitDevelopment[87729:3004631] -[BrowserWKView _setInspectorDelegate:]: unrecognized selector sent to instance 0x7fd9e21f0420
2020-09-22 01:35:55.959 SafariForWebKitDevelopment[87729:3004631] -[BrowserWKView _setInspectorDelegate:]: unrecognized selector sent to instance 0x7fd9e21f0420
2020-09-22 01:35:55.971 SafariForWebKitDevelopment[87729:3004631] .sdef warning for argument 'FileType' of command 'save' in suite 'Standard Suite': 'saveable file format' is not a valid type name.
2020-09-22 01:35:56.017 SafariForWebKitDevelopment[87729:3004631] -[BrowserWKView _setInspectorDelegate:]: unrecognized selector sent to instance 0x7fd9f068cd50
2020-09-22 01:35:56.017 SafariForWebKitDevelopment[87729:3004631] -[BrowserWKView _setInspectorDelegate:]: unrecognized selector sent to instance 0x7fd9f068cd50
2020-09-22 01:35:56.059 SafariForWebKitDevelopment[87729:3004631] -[BrowserWKView _setInspectorDelegate:]: unrecognized selector sent to instance 0x7fd9e2180400
2020-09-22 01:35:56.194 com.apple.WebKit.WebContent.Development[87731:3004757] Error loading /Library/Apple/System/Library/StagedFrameworks/Safari/Safari.framework/Safari: dlopen(/Library/Apple/System/Library/StagedFrameworks/Safari/Safari.framework/Safari, 265): Symbol not found: _OBJC_CLASS_$_WBSContentBlockerStatisticsSQLiteStore
Referenced from: /Library/Apple/System/Library/StagedFrameworks/Safari/SafariSharedUI.framework/Versions/A/SafariSharedUI
Expected in: /System/Library/PrivateFrameworks/SafariShared.framework/Versions/A/SafariShared
in /Library/Apple/System/Library/StagedFrameworks/Safari/SafariSharedUI.framework/Versions/A/SafariSharedUI
InjectedBundle::load failed - Could not load the executable from the bundle.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/69326204>
Ryosuke Niwa
This error is saying that /Library/Apple/System/Library/StagedFrameworks/Safari/SafariSharedUI.framework/Versions/A/SafariSharedUI can't find a symbol in /System/Library/PrivateFrameworks/SafariShared.framework/Versions/A/SafariShared .
11:44
But that doesn't make much sense because the one is in StagedFrameworks and the other one is in the system framework
11:44
Obviously, Safari 14's SafariSharedUI can't depend on Safari 13's SafariShared framework that came with Catalina
https://webkit.slack.com/archives/CU667RQP7
Marcos Caceres
Seems to be working again...