Browse Source

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

j8
Boris Grozev 8 years ago
parent
commit
73a0197eb2
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      doc/mobile.md

+ 2
- 0
doc/mobile.md View File

22
     npm install -g ios-deploy
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
 2. Build the app
27
 2. Build the app
26
 
28
 
27
     There are 2 ways to build the app: using the CLI or using Xcode.
29
     There are 2 ways to build the app: using the CLI or using Xcode.

Loading…
Cancel
Save