Bug 262087
Summary: | dyld: Symbol not found: _CGImageSourceEnableRestrictedDecoding | ||
---|---|---|---|
Product: | WebKit | Reporter: | ChangSeok Oh <changseok> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | ap, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=226235 |
ChangSeok Oh
I got the following runtime error in the run-minibrowser launch. I built the latest webkit code with Xcode 15.0 on macOS 13.6.
/Users/changseok/Projects/WebKit/Tools/Scripts/run-minibrowser
Starting MiniBrowser with DYLD_FRAMEWORK_PATH set to point to built WebKit in /Users/changseok/Projects/WebKit/WebKitBuild/Release.
dyld[37974]: Symbol not found: _CGImageSourceEnableRestrictedDecoding
Referenced from: <600103B1-F233-392D-BB16-73548982E20D> /Users/changseok/Projects/WebKit/WebKitBuild/Release/WebKit.framework/Versions/A/WebKit (built for macOS 14.0 which is newer than running OS)
Expected in: <EF1BFD9F-FA9E-30C6-8680-77D3712EA0E0> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
This is unfortunately normal, we don't maintain this configuration, although it's valid in theory. Please see bug 226235 for more discussion.
A PR to fix this particular issue would be welcome, but it's hard to tell how many others there are, or how many will be introduced in near future. I recommend using Xcode 14.x on macOS 13.x for WebKit development.
Radar WebKit Bug Importer
<rdar://problem/116375720>