Skip to content

Commit ad76797

Browse files
Minor fixes
1 parent 25a7051 commit ad76797

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

docs/HowToGuides/GettingStarted.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ space and (2) you need to maintain the two builds in sync, which needs extra
285285
care when moving across branches.
286286

287287
### Integrate a Ninja build with Xcode
288-
It is even possible to integrate the Ninja build into Xcode. For details on how to set this up see [Using Ninja with Xcode in DevelopmentTips.md](/docs/DevelopmentTips.md#using-ninja-with-xcode).
288+
It is possible to integrate the Ninja build into Xcode. For details on how to set this up see [Using Ninja with Xcode in DevelopmentTips.md](/docs/DevelopmentTips.md#using-ninja-with-xcode).
289289

290290
### Troubleshooting build issues
291291

@@ -308,16 +308,14 @@ It is even possible to integrate the Ninja build into Xcode. For details on how
308308
In many situations, there are several errors, so scrolling further back
309309
and looking at the first error may be more helpful than simply looking
310310
at the last error.
311-
- Check if others have encountered the same issue on the [Swift Forums](https://forums.swift.org/c/development/compiler) or on
312-
[Swift repository 'Issues' tab][Swift Issues].
313-
- Here is a list of threads that describe common issues:
314-
* [Problems with `build-script` building compiler with `–xcode`](https://forums.swift.org/t/problems-with-build-script-building-compiler-with-xcode/53477)
315-
* [Error building the compiler (even with ninja)](https://forums.swift.org/t/error-building-the-compiler-even-with-ninja/54834)
316-
* [Build failure on Apple MacBook Pro with Apple M1 Chip](https://forums.swift.org/t/build-failure-on-apple-silicon-m1-mac-mini/45011)
317-
* [CMake cannot compile a test program](https://forums.swift.org/t/build-failure-locally/55695)
318-
* [Building Swift compiler from source fails when not using Ninja](https://forums.swift.org/t/building-swift-compiler-from-source-fails-when-not-using-ninja/54656)
319-
* [ALL_BUILD Target failing at validation](https://forums.swift.org/t/help-building-swift-in-xcode-error/49728)
320-
* [“gtest/gtest.h” not found while compiling the compiler](https://forums.swift.org/t/gtest-gtest-h-not-found-in-typeref-cpp-while-compiling-the-compiler/44399)
311+
- Check if others have encountered the same issue on the [Swift Forums](https://forums.swift.org/c/development/compiler) or on [Swift repository 'Issues' tab][Swift Issues]. Here is a list of threads that describe common issues:
312+
* [Problems with `build-script` building compiler with `–xcode`](https://forums.swift.org/t/problems-with-build-script-building-compiler-with-xcode/53477)
313+
* [Error building the compiler (even with ninja)](https://forums.swift.org/t/error-building-the-compiler-even-with-ninja/54834)
314+
* [Build failure on Apple MacBook Pro with Apple M1 Chip](https://forums.swift.org/t/build-failure-on-apple-silicon-m1-mac-mini/45011)
315+
* [CMake cannot compile a test program](https://forums.swift.org/t/build-failure-locally/55695)
316+
* [Building Swift compiler from source fails when not using Ninja](https://forums.swift.org/t/building-swift-compiler-from-source-fails-when-not-using-ninja/54656)
317+
* [ALL_BUILD Target failing at validation](https://forums.swift.org/t/help-building-swift-in-xcode-error/49728)
318+
* [“gtest/gtest.h” not found while compiling the compiler](https://forums.swift.org/t/gtest-gtest-h-not-found-in-typeref-cpp-while-compiling-the-compiler/44399)
321319
- If you still could not find a solution to your issue, feel free to create a new Swift Forums thread in the [Development/Compiler](https://forums.swift.org/c/development/compiler) category:
322320
- Include information about your configuration and the errors you are seeing.
323321
- You can [create a gist](https://gist.github.com) with the entire build

0 commit comments

Comments
 (0)