File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -80,6 +80,8 @@ If you are interested in:
80
80
up until the "Building the project" section. After that, follow the
81
81
instructions in the [ Swift Toolchains] ( #swift-toolchains ) section below.
82
82
83
+ We also have an [ FAQ] ( /docs/HowToGuides/FAQ.md ) that answers common questions.
84
+
83
85
[ Getting Started guide ] : /docs/HowToGuides/GettingStarted.md
84
86
85
87
### Swift Toolchains
@@ -150,7 +152,7 @@ If you have changed Xcode versions but still encounter errors that appear to
150
152
be related to the Xcode version, try passing ` --clean ` to ` build-script ` .
151
153
152
154
When a new version of Xcode is released, you can update your build without
153
- recompiling the entire project by passing the ` --reconfigure ` option .
155
+ recompiling the entire project by passing ` --reconfigure ` to ` build-script ` .
154
156
155
157
## Learning More
156
158
You can’t perform that action at this time.
0 commit comments