From 54edc75dc04251698d4622a6dafdde473f8ae06b Mon Sep 17 00:00:00 2001 From: Michal Srb Date: Thu, 29 Dec 2016 16:17:40 -0800 Subject: [PATCH] Update Running on Device guide with correct iOS menu Summary: Closes https://github.com/facebook/react-native/pull/11620 Differential Revision: D4374419 Pulled By: mkonicek fbshipit-source-id: 035c2d4a65bc1b191b9b5563098632d10dd9734c --- docs/RunningOnDevice.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/RunningOnDevice.md b/docs/RunningOnDevice.md index dde087388..f04be712d 100644 --- a/docs/RunningOnDevice.md +++ b/docs/RunningOnDevice.md @@ -55,7 +55,7 @@ Installing an app on an iOS device requires a Mac, an Apple ID, and a USB cable. -Connect your device to your Mac via USB, then open Xcode. In the project navigator, choose your device from the Scheme toolbar menu. Xcode will then register your device for development. +Connect your device to your Mac via USB, then open Xcode. In the project navigator, choose your device from the Product > Destination toolbar menu. Xcode will then register your device for development. > If you run into any issues, please take a look at Apple's [Launching Your App on a Device docs](https://developer.apple.com/library/content/documentation/IDEs/Conceptual/AppDistributionGuide/LaunchingYourApponDevices/LaunchingYourApponDevices.html#//apple_ref/doc/uid/TP40012582-CH27-SW4).