当前位置:  开发笔记 > 编程语言 > 正文

ios-deploy无法在Mac OS X El Capitan 10.11上安装

如何解决《ios-deploy无法在MacOSXElCapitan10.11上安装》经验,为你挑选了2个好方法。

我试图通过运行在Mac OS X El Capitan 10.11上安装ios-deploy,sudo npm install -g ios-deploy最终出现此错误消息:

sh: line 1:  1106 Abort trap: 6           xcodebuild
npm ERR! Darwin 15.0.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "-g" "ios-deploy"
npm ERR! node v4.2.3
npm ERR! npm  v2.14.7
npm ERR! code ELIFECYCLE

npm ERR! ios-deploy@1.8.3 preinstall: `./src/check_reqs.js && xcodebuild`
npm ERR! Exit status 134
npm ERR! 
npm ERR! Failed at the ios-deploy@1.8.3 preinstall script './src/check_reqs.js && xcodebuild'.
npm ERR! This is most likely a problem with the ios-deploy package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     ./src/check_reqs.js && xcodebuild
npm ERR! You can get their info via:
npm ERR!     npm owner ls ios-deploy
npm ERR! There is likely additional logging output above.

为什么会失败?我该如何解决?



1> Beat..:

这似乎是一个问题El Capitan.尝试:

npm install -g ios-deploy --unsafe-perm=true

要么:

npm install -g ios-deploy --allow-root

该解决方案是建议在有关GitHub的从IOS部署.


第一个为我工作,第二个没有.我有OS/X 10.11.3

2> slorenzo..:

我尝试了不同的方式.

这条线对我有用.

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

推荐阅读
手机用户2402852307
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有