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