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
313711
[TestWebKitAPI] Add SDK library search path to Base.xcconfig
https://bugs.webkit.org/show_bug.cgi?id=313711
Summary
[TestWebKitAPI] Add SDK library search path to Base.xcconfig
David Kilzer (:ddkilzer)
Reported
2026-04-29 20:08:12 PDT
In Production builds, static libraries like `libWebKitPlatform.a` and `libwgsl.a` are installed to `/usr/local/lib/` in the SDK, but `Base.xcconfig` for TestWebKitAPI does not include that path in `LIBRARY_SEARCH_PATHS`. This causes TestIPC and TestWGSL to fail to link with `-lWebKitPlatform` and `-lwgsl` because the linker cannot find the installed libraries.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2026-04-29 20:09:46 PDT
<
rdar://problem/175907378
>
David Kilzer (:ddkilzer)
Comment 2
2026-04-29 21:49:03 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/63949
EWS
Comment 3
2026-04-30 10:24:57 PDT
Committed
312376@main
(cba0845370fe): <
https://commits.webkit.org/312376@main
> Reviewed commits have been landed. Closing PR #63949 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