Browse Source

doc: update mobile building instructions for iOS

master
Saúl Ibarra Corretgé 8 years ago
parent
commit
a1a394ad0b
1 changed files with 9 additions and 0 deletions
  1. 9
    0
      doc/mobile.md

+ 9
- 0
doc/mobile.md View File

24
 
24
 
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).
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
 2. Build the app
36
 2. Build the app
28
 
37
 
29
     There are 2 ways to build the app: using the CLI or using Xcode.
38
     There are 2 ways to build the app: using the CLI or using Xcode.

Loading…
Cancel
Save