Skip to content

Commit 7e84f54

Browse files
committed
[docs] GettingStarted.md: Do not suggest incremental builds for generating Xcode projects
Given that * we build the minimum when generating Xcode projects * this routine need not be repeated with every Ninja build * incremental builds are sensitive to a variety of changes it is more foolproof to suggest a clean build up front than to tuck it away in a list of build failure troubleshooting hints.
1 parent cef0158 commit 7e84f54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/HowToGuides/GettingStarted.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ while retaining the option of building with Ninja on the command line.
350350

351351
Assuming that you have already [built the toolchain via Ninja](#the-actual-build),
352352
several more steps are necessary to set up this environment:
353-
* Generate Xcode projects with `utils/build-script --release --swift-darwin-supported-archs "$(uname -m)" --xcode`.
353+
* Generate Xcode projects with `utils/build-script --release --swift-darwin-supported-archs "$(uname -m)" --xcode --clean`.
354354
This will first build a few LLVM files that are needed to configure the
355355
projects.
356356
* Create a new Xcode workspace.

0 commit comments

Comments
 (0)