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
This commit is contained in:
Michal Srb 2016-12-29 16:17:40 -08:00 committed by Facebook Github Bot
parent a77d17c014
commit 54edc75dc0
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ Installing an app on an iOS device requires a Mac, an Apple ID, and a USB cable.
<block class="mac ios" />
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).