Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update instructions for running iOS Simulator
  • Loading branch information
Hixie committed Feb 17, 2016
commit cf98185f6262a5256e7ffe1ab13057fce38f744c
3 changes: 2 additions & 1 deletion getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down