Skip to content

Commit 4e5b55e

Browse files
Merge pull request #62558 from AnthonyLatsis/wakamole2
[docs] GettingStarted.md: Minor fixes and improvements
2 parents d6b6dc4 + bb4d9db commit 4e5b55e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/HowToGuides/GettingStarted.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -357,19 +357,19 @@ while retaining the option of building with Ninja on the command line.
357357
358358
Assuming that you have already [built the toolchain via Ninja](#the-actual-build),
359359
several more steps are necessary to set up this environment:
360-
* Generate Xcode projects with `utils/build-script --release --swift-darwin-supported-archs "$(uname -m)" --xcode`.
360+
* Generate Xcode projects with `utils/build-script --release --swift-darwin-supported-archs "$(uname -m)" --xcode --clean`.
361361
This will first build a few LLVM files that are needed to configure the
362362
projects.
363363
* Create a new Xcode workspace.
364364
* Add the generated Xcode projects or Swift packages that are relevant to your
365365
tasks to your workspace. All the Xcode projects can be found among the
366-
build artifacts under `build/Xcode-DebugAssert`. For example:
367-
* If you are aiming for the compiler, add `build/Xcode-DebugAssert/swift-macosx-*/Swift.xcodeproj`.
366+
build artifacts under `build/Xcode-ReleaseAssert`. For example:
367+
* If you are aiming for the compiler, add `build/Xcode-ReleaseAssert/swift-macosx-*/Swift.xcodeproj`.
368368
This project also includes the standard library and runtime sources. If you
369369
need the parts of the compiler that are implemented in Swift itself, add the
370370
`swift/SwiftCompilerSources/Package.swift` package as well.
371371
* If you are aiming for just the standard library or runtime, add
372-
`build/Xcode-DebugAssert/swift-macosx-*/stdlib/Swift-stdlib.xcodeproj`.
372+
`build/Xcode-ReleaseAssert/swift-macosx-*/stdlib/Swift-stdlib.xcodeproj`.
373373
<!-- FIXME: Without this "hard" line break, the note doesn’t get properly spaced from the bullet -->
374374
<br />
375375

0 commit comments

Comments
 (0)