RESOLVED FIXED319882
[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
Radar WebKit Bug Importer
Comment 1 2026-07-21 01:03:23 PDT
zak ridouh
Comment 2 2026-07-21 01:46:13 PDT
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.