|
@@ -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.
|