瀏覽代碼

Update 'README.md'

sergio.mattei 1 年之前
父節點
當前提交
5a11ad4f82
共有 1 個檔案被更改,包括 10 行新增0 行删除
  1. 10
    0
      README.md

+ 10
- 0
README.md 查看文件

@@ -15,3 +15,13 @@ npm install -g @ionic/cli
15 15
 npm install
16 16
 ionic serve -l
17 17
 ```
18
+
19
+## Usage with Xcode
20
+
21
+After installing and setting up Xcode on Mac, you can preview native versions of the apps using the emulator.
22
+
23
+```
24
+brew install cocoapods
25
+sudo xcode-select -switch /Library/Developer/CommandLineTools
26
+ionic capacitor run ios
27
+```