您当前的位置: 首页 >  ui

柳鲲鹏

暂无认证

  • 0浏览

    0关注

    4642博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文

Agreeing to the Xcode/iOS license requires admin privileges, please run “sudo xcodebuild -license”

柳鲲鹏 发布时间:2022-02-11 14:17:55 ,浏览量:0

  初次安装,运行gcc,按理说应该提示clang: error: no input files,结果提示这个。意思就是你没有同意协议,所以不能执行。要执行就要同意协议。

  • 提示
$ gcc
Agreeing to the Xcode/iOS license requires admin privileges, please run “sudo xcodebuild -license” and then retry this command.
  • 执行
sudo xcodebuild -license

按多次空格,直到出现下述文字后,输入agree回车:

By typing 'agree' you are agreeing to the terms of the software license agreements. Type 'print' to print them or anything else to cancel, [agree, print, cancel] 

关注
打赏
1665724893
查看更多评论
立即登录/注册

微信扫码登录

0.0893s