From cf98185f6262a5256e7ffe1ab13057fce38f744c Mon Sep 17 00:00:00 2001 From: Ian Hickson Date: Tue, 16 Feb 2016 21:52:28 -0800 Subject: [PATCH] Update instructions for running iOS Simulator --- getting-started.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/getting-started.md b/getting-started.md index 9ec74a228bb..21b11b54dbe 100644 --- a/getting-started.md +++ b/getting-started.md @@ -136,7 +136,8 @@ We currently only support iOS development with the iOS simulator, but you can deploy Flutter apps to iOS devices. - Run `Simulator.app` - - You can find Simulator.app in _Applications/Xcode/Contents/Developer/Applications_ or via _Spotlight_ + - You can find Simulator.app via Spotlight or by running + `open /Applications/Xcode.app/Contents/Developer/Applications/Simulator.app` - Ensure your simulator is using a 64-bit device (iPhone 5s or later) by checking the Simulator.app's `Hardware -> Device` menu - Run `flutter run` from your app's directory - This command detects the iOS simulator and starts the app