Bug 251242 - Symbol not found (_WBSCloudPerSiteSettingDomain)
Summary: Symbol not found (_WBSCloudPerSiteSettingDomain)
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-01-26 18:47 PST by jaybhaskar
Modified: 2023-02-02 18:48 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jaybhaskar 2023-01-26 18:47:31 PST
After building using build-webkit script.

./Tools/Scripts/run-safari

Giving the following error.

 com.apple.WebKit.WebContent.Development[1326:8881] InjectedBundle::load failed - loadAndReturnError failed, error: Error Domain=NSCocoaErrorDomain Code=3588 "dlopen(/Library/Apple/System/Library/StagedFrameworks/Safari/Safari.framework/Safari, 0x0109): Symbol not found: (_WBSCloudPerSiteSettingDomain)
  Referenced from: '/Library/Apple/System/Library/StagedFrameworks/Safari/Safari.framework/Versions/A/Safari'
  Expected in: '/System/Library/PrivateFrameworks/SafariShared.framework/Versions/A/SafariShared'" UserInfo={NSLocalizedFailureReason=The bundle couldn’t be loaded., NSLocalizedRecoverySuggestion=Try reinstalling the bundle., NSFilePath=/Library/Apple/System/Library/StagedFrameworks/Safari/Safari.framework/Safari, NSDebugDescription=dlopen(/Library/Apple/System/Library/StagedFrameworks/Safari/Safari.framework/Safari, 0x0109): Symbol not found: (_WBSCloudPerSiteSettingDomain)
Comment 1 Alexey Proskuryakov 2023-01-28 17:02:47 PST
You'll likely have to disable System Integrity Protection for this to work. Fixing this is outside WebKit, and is tracked by Apple internally.
Comment 2 Radar WebKit Bug Importer 2023-02-02 18:48:17 PST
<rdar://problem/104987610>