doc: update mobile building instructions for iOS
This commit is contained in:
parent
e5cc8cd32b
commit
a1a394ad0b
|
@ -24,6 +24,15 @@ work properly with the native plugins we require.
|
||||||
|
|
||||||
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).
|
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).
|
||||||
|
|
||||||
|
- Install the required pods (CocoaPods must be installled first, it can
|
||||||
|
be done with Homebrew: `brew install cocoapods`)
|
||||||
|
|
||||||
|
```bash
|
||||||
|
cd ios
|
||||||
|
pod install
|
||||||
|
cd ..
|
||||||
|
```
|
||||||
|
|
||||||
2. Build the app
|
2. Build the app
|
||||||
|
|
||||||
There are 2 ways to build the app: using the CLI or using Xcode.
|
There are 2 ways to build the app: using the CLI or using Xcode.
|
||||||
|
|
Loading…
Reference in New Issue