瀏覽代碼

doc: update mobile building instructions for iOS

master
Saúl Ibarra Corretgé 8 年之前
父節點
當前提交
a1a394ad0b
共有 1 個檔案被更改,包括 9 行新增0 行删除
  1. 9
    0
      doc/mobile.md

+ 9
- 0
doc/mobile.md 查看文件

@@ -24,6 +24,15 @@ work properly with the native plugins we require.
24 24
 
25 25
     You may need to add ```--unsafe-perm=true``` if you are running on [Mac OS 10.11 or greater](https://github.com/phonegap/ios-deploy#os-x-1011-el-capitan-or-greater).
26 26
 
27
+  - Install the required pods (CocoaPods must be installled first, it can
28
+    be done with Homebrew: `brew install cocoapods`)
29
+
30
+    ```bash
31
+    cd ios
32
+    pod install
33
+    cd ..
34
+    ```
35
+
27 36
 2. Build the app
28 37
 
29 38
     There are 2 ways to build the app: using the CLI or using Xcode.

Loading…
取消
儲存