WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
319882
[CMake] Fix the iOS simulator debug build
https://bugs.webkit.org/show_bug.cgi?id=319882
Summary
[CMake] Fix the iOS simulator debug build
zak ridouh
Reported
2026-07-21 01:03:17 PDT
The Debug iOS-simulator build failed to link WebCore.framework with undefined JSC symbols (StructureRareData::clearPreviousID, JSObject::putDirectInternal) referenced from the WebCoreJSBindings PCH object. These are inline functions whose definitions the Release build inlines away, but Debug emits external references to. Include their defining inline headers in the bindings prefix header.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2026-07-21 01:03:23 PDT
<
rdar://problem/182787662
>
zak ridouh
Comment 2
2026-07-21 01:46:13 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/69846
EWS
Comment 3
2026-07-21 13:36:55 PDT
Committed
317651@main
(64792588bd11): <
https://commits.webkit.org/317651@main
> Reviewed commits have been landed. Closing PR #69846 and removing active labels.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug