Bug 243512 - [Xcode] Some projects do not have a scheme committed, breaking single-project workspace builds
Summary: [Xcode] Some projects do not have a scheme committed, breaking single-project...
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: 2022-08-03 14:06 PDT by Elliott Williams
Modified: 2022-08-03 18:57 PDT (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 2022-08-03 14:06:24 PDT
Under workspace builds, this prevents them from being built individually. For example, `make -C Source/WebInspectorUI` may fail with: 

    xcodebuild: error: The workspace named “WebK”it does not contain a scheme named "WebInspectorUI".

We need to go through the workspace and make sure every project with a Makefile has a corresponding scheme.
Comment 1 Elliott Williams 2022-08-03 14:06:51 PDT
rdar://98070370
Comment 2 Elliott Williams 2022-08-03 14:11:35 PDT
Pull request: https://github.com/WebKit/WebKit/pull/2993
Comment 3 EWS 2022-08-03 18:57:10 PDT
Committed 253095@main (30e11f2d01fd): <https://commits.webkit.org/253095@main>

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