doc: Adds a note on installing ios-deploy on MacOS 10.11.

This commit is contained in:
Boris Grozev 2017-02-21 12:39:02 -06:00 committed by Любомир Маринов
parent 26e119bfc2
commit 73a0197eb2
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,8 @@ work properly with the native plugins we require.
npm install -g ios-deploy
```
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).
2. Build the app
There are 2 ways to build the app: using the CLI or using Xcode.