我想使用xcodebuild命令行工具在windows系统中构建我的项目。
xx构建用于测试的构建测试-不构建-project /xxx/ xxxx /xx/xxx.xcodeproj -scheme xxxx -destination id=UDIDOfDevice
但它会给出错误:'xcodebuild>‘未被识别为内部或外部命令。
在macOS中也可以使用相同的命令
https://stackoverflow.com/questions/47546976
相似问题