From e0c1e153bd58e96b98869ee39d50c46ce4544a6a Mon Sep 17 00:00:00 2001 From: Arjun Nayini Date: Tue, 12 Feb 2019 00:09:34 -0500 Subject: [PATCH] Update Installation.md --- Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installation.md b/Installation.md index b9d4054bcc5..50228ace8cf 100644 --- a/Installation.md +++ b/Installation.md @@ -135,7 +135,7 @@ Xcode 10 is required. 4. Open Xcode’s `Preferences`, navigate to `Components > Toolchains`, and select the installed Swift for TensorFlow toolchain. -5. Xcode uses the selected toolchain for building Swift code, debugging, and even code completion and syntax coloring. You’ll see a new toolchain indicator in Xcode’s toolbar when Xcode is using a Swift toolchain. Select the Xcode toolchain to go back to Xcode’s built-in tools. +5. Xcode uses the selected toolchain for building Swift code, debugging, and even code completion and syntax coloring. You’ll see a new toolchain indicator in Xcode’s toolbar when Xcode is using a Swift toolchain. Select the Xcode toolchain to go back to Xcode’s built-in tools. **Note:** in Xcode 10, you may also have to switch to the legacy build system. In Xcode go to `File > Project Settings` and set the build system to `Legacy Build System`.

Select toolchain in Xcode preferences.