Bug 268205 - [Xcode] Additions SDKs need to have platform-specific names
Summary: [Xcode] Additions SDKs need to have platform-specific names
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Elliott Williams
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2024-01-26 16:40 PST by Elliott Williams
Modified: 2024-01-26 19:47 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Elliott Williams 2024-01-26 16:40:27 PST
I'm not sure how long this has been happening, but I am unable to build with the public SDK in Xcode, getting "can't find additional SDK" warnings. I've traced this back to XCBuild refusing to load e.g. `WebKitLibraries/SDKs/iphonesimulator17.0-additions.sdk` when it has already loaded `WebKitLibraries/SDKs/macosx14.0-additions.sdk`, because they have the same identifier. I'm guessing that this can only happen in Xcode, because XCBuild runs as a long-lived daemon process, whereas in command-line builds it's one-shot and would only load the additions SDK for the selected platform.
Comment 1 Radar WebKit Bug Importer 2024-01-26 16:40:38 PST
<rdar://problem/121698895>
Comment 2 EWS 2024-01-26 19:47:48 PST
Committed 273594@main (0b964655403e): <https://commits.webkit.org/273594@main>

Reviewed commits have been landed. Closing PR #23338 and removing active labels.