Bug 313711

Summary: [TestWebKitAPI] Add SDK library search path to Base.xcconfig
Product: WebKit Reporter: David Kilzer (:ddkilzer) <ddkilzer>
Component: Tools / TestsAssignee: David Kilzer (:ddkilzer) <ddkilzer>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

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
Radar WebKit Bug Importer
Comment 1 2026-04-29 20:09:46 PDT
David Kilzer (:ddkilzer)
Comment 2 2026-04-29 21:49:03 PDT
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.