【发布时间】:2017-11-29 07:10:47
【问题描述】:
我想使用 xcodebuild 命令行工具在 windows 系统中构建我的项目
xcodebuild build-for-testing test-without-building -project /xxx/xxxx/xx/xxxx.xcodeproj -scheme xxxx -destination id=UDIDOfDevice
但它给出了错误: 'xcodebuild>' 未被识别为内部或外部命令。
相同的命令在 macOS 中工作
【问题讨论】:
标签: ios windows xcodebuild