Parcourir la source

Update 'README.md'

sergio.mattei il y a 1 an
Parent
révision
5a11ad4f82
1 fichiers modifiés avec 10 ajouts et 0 suppressions
  1. 10
    0
      README.md

+ 10
- 0
README.md Voir le fichier

@@ -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
+```