ios-deploy fail to install on Mac OS X El Capitan 10.11

后端 未结 6 1101
情书的邮戳
情书的邮戳 2021-02-19 17:50

I am trying to install ios-deploy on Mac OS X El Capitan 10.11 by running sudo npm install -g ios-deploy and it end up with this error message:

sh:          


        
6条回答
  •  一个人的身影
    2021-02-19 18:07

    Here is a new Solution, which is working right now.....

    You need Download Xcode from APP Store, in X-code go in Preferences > Location > Command Line Tools, then select one of the listed options. After that you can install:

    sudo npm install -g ios-sim sudo npm install --global --unsafe-perm ios-deploy

提交回复
热议问题