doc: Adds a note on installing ios-deploy on MacOS 10.11.
This commit is contained in:
parent
26e119bfc2
commit
73a0197eb2
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue