首页 > 移动平台 > 详细

Agreeing to the Xcode/iOS license requires admin privileges, please run “sudo xcodebuild -license” and then retry this command. 阿星小栈

时间:2018-05-25 12:13:07      阅读:225      评论:0      收藏:0      [点我收藏+]

 

报错:

         技术分享图片 

 

从错误信息来看,似乎需要通过管理员身份来接受许可协议,于是试着从这个角度google,终于在这里找到了解决方法:

 

1、打开终端,输入  sudo xcodebuild -license

 

2、终端提示敲回车键(enter)打开许可协议,照做

 

3、终端提示 按下  “space” 键阅读许可协议,按“q” 不阅读

 

4、最终,终端会出现三个选项,agree 、print、cancel,不用想,能不是agree 吗!输入agree,然后enter

 

至此问题解决,

Agreeing to the Xcode/iOS license requires admin privileges, please run “sudo xcodebuild -license” and then retry this command. 阿星小栈

原文:https://www.cnblogs.com/dereckbu/p/9087401.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!