浏览代码

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

master
Boris Grozev 8 年前
父节点
当前提交
73a0197eb2
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2
    0
      doc/mobile.md

+ 2
- 0
doc/mobile.md 查看文件

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.

正在加载...
取消
保存