Skip to content

Commit 712dc7b

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 7c84923 commit 712dc7b

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
@@ -271,21 +271,6 @@ In the following sections, for simplicity, we will assume that you are using a
271271
unless explicitly mentioned otherwise. You will need to slightly tweak the paths
272272
for other build configurations.
273273

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

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

0 commit comments

Comments
 (0)