소스 검색

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