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 / Tests | Assignee: | Elliott Williams <emw> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Elliott Williams
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Elliott Williams
rdar://98070370
Elliott Williams
Pull request: https://github.com/WebKit/WebKit/pull/2993
EWS
Committed 253095@main (30e11f2d01fd): <https://commits.webkit.org/253095@main>
Reviewed commits have been landed. Closing PR #2993 and removing active labels.