Bug 243512

Summary: [Xcode] Some projects do not have a scheme committed, breaking single-project workspace builds
Product: WebKit Reporter: Elliott Williams <emw>
Component: Tools / TestsAssignee: Elliott Williams <emw>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

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.