소스 검색

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
 xcrun simctl install booted your.app
+
+# launch the simulator
+open /Applications/Xcode.app/Contents/Developer/Applications/Simulator.app
 ```