RESOLVED FIXED 243512
[Xcode] Some projects do not have a scheme committed, breaking single-project workspace builds
https://bugs.webkit.org/show_bug.cgi?id=243512
Summary [Xcode] Some projects do not have a scheme committed, breaking single-project...
Elliott Williams
Reported 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.
Attachments
Elliott Williams
Comment 1 2022-08-03 14:06:51 PDT
Elliott Williams
Comment 2 2022-08-03 14:11:35 PDT
EWS
Comment 3 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.
Note You need to log in before you can comment on or make changes to this bug.