浏览代码

Added note on launching the simulator app

Björn Ritzl 6 年之前
父节点
当前提交
2f5ad5577e
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      docs/en/manuals/ios.md

+ 3 - 0
docs/en/manuals/ios.md

@@ -113,4 +113,7 @@ xcrun simctl boot "iPhone X"
 
 
 # install your.app to a booted simulator
 # install your.app to a booted simulator
 xcrun simctl install booted your.app
 xcrun simctl install booted your.app
+
+# launch the simulator
+open /Applications/Xcode.app/Contents/Developer/Applications/Simulator.app
 ```
 ```