From 66bb79a773ebb5cac1bb6b577b23d9f30a07617a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ramos?= Date: Wed, 8 Mar 2017 15:58:06 -0800 Subject: [PATCH] Recommend installing latest version of Xcode Summary: Xcode 8 is required as of 453e70d19c28b56dfcecfe205ccd4ccad2b33009 Closes https://github.com/facebook/react-native/pull/12810 Differential Revision: D4677067 Pulled By: hramos fbshipit-source-id: 6de932fe8a79b13f0bb13aba10baf2d1960f8a4f --- docs/GettingStarted.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/GettingStarted.md b/docs/GettingStarted.md index 6826045a77e..8a879507613 100644 --- a/docs/GettingStarted.md +++ b/docs/GettingStarted.md @@ -144,7 +144,7 @@ npm install -g react-native-cli ### Xcode -The easiest way to install Xcode is via the [Mac App Store](https://itunes.apple.com/us/app/xcode/id497799835?mt=12). Installing Xcode will also install the iOS Simulator and all the necessary tools to build your iOS app. +The easiest way to install Xcode 8 is via the [Mac App Store](https://itunes.apple.com/us/app/xcode/id497799835?mt=12). Installing Xcode will also install the iOS Simulator and all the necessary tools to build your iOS app.