【问题标题】:how to build iOS project in windows system using xcodebuild command line tool如何使用 xcodebuild 命令行工具在 windows 系统中构建 iOS 项目
【发布时间】: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


    【解决方案1】:

    xcodebuild 与 Xcode 打包在一起,这是一个仅限 macOS 的应用程序。因此,xcodebuild 也仅限 macOS。您无法使用xcodebuild在 Windows 上构建 iOS 应用程序

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2012-01-14
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2011-07-20
      • 2015-10-09
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多