mac shell执行xcode/xcodebuild踩坑记录

3 篇文章 0 订阅

osx: 10.15

xcode: 10

xcode路径: /Users/mac/Downloads/Xcode10.app

1.执行xcodebuild,直接报错

xcodebuild

xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance

报这个错误的原因是xcode-select不在默认的路径

1.1.查看xcode-select的当前路径终端命令行

xcode-select --print-path
/Library/Developer/CommandLineTools

1.2设置xcode-select到指定位置,需要输入管理员密码

sudo xcode-select --switch /Users/$(whoami)/Downloads/Xcode10.app/Contents/Developer

1.3验证是否设置成功

xcode-select --print-path
/Users/mac/Downloads/Xcode10.app/Contents/Developer

2.shell执行xcode test

2.1获取要连接设备的uuid号

system_profiler SPUSBDataType | grep "Serial Number:.*" | sed s#".*Serial Number: "##
6feacb532725e46f44f645e79fc776d4288f333b

2.2.xcodebuild

xcodebuild -project WebDriverAgent.xcodeproj -scheme WebDriverAgentRunner -destination id=6feacb532725e46f44f645e79fc776d4288f333b test

2.3组合起来的效果

xcodebuild -project WebDriverAgent.xcodeproj -scheme WebDriverAgentRunner -destination id=`system_profiler SPUSBDataType | grep "Serial Number:.*" | sed s#".*Serial Number: "##` test

 

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值