Skip to content

Commit 03f2ed6

Browse files
committed
[docs] GettingStarted.md: Remove dual Ninja-Xcode workflow description
We deprecate this option in favor of integrating a Ninja build with Xcode
1 parent 7798d2b commit 03f2ed6

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

docs/HowToGuides/GettingStarted.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -270,21 +270,6 @@ In the following sections, for simplicity, we will assume that you are using a
270270
unless explicitly mentioned otherwise. You will need to slightly tweak the paths
271271
for other build configurations.
272272

273-
### Using both Ninja and Xcode
274-
275-
Some contributors find it more convenient to use both Ninja and Xcode.
276-
Typically this configuration consists of:
277-
278-
1. A Ninja build created with `--release-debuginfo`.
279-
2. An Xcode build created with `--release-debuginfo --debug-swift`.
280-
281-
The Ninja build can be used for fast incremental compilation and running tests
282-
quickly. The Xcode build can be used for debugging with high fidelity.
283-
284-
The additional flexibility comes with two issues: (1) consuming much more disk
285-
space and (2) you need to maintain the two builds in sync, which needs extra
286-
care when moving across branches.
287-
288273
### Troubleshooting build issues
289274

290275
- Double-check that all projects are checked out at the right branches.

0 commit comments

Comments
 (0)