【问题标题】:cannot do xcodebuild - Scheme has a space不能做 xcodebuild - 方案有一个空间
【发布时间】:2023-03-13 07:18:01
【问题描述】:

我需要进行测试的方案中有一个空格,例如“Abc 测试”

当我设置 CI 作业并执行 xcodebuild 时,会出现错误 [xcodebuild: error: Unknown build action 'Test'.]

我尝试将该名称作为参数传递(-scheme $testScheme),但仍然无法正常工作。有人可以帮忙吗?非常感谢!

【问题讨论】:

    标签: xcode xcodebuild xcode9.4


    【解决方案1】:

    您是否尝试过将方案名称放在双引号中?

    例如xcodebuild -scheme "Abc Test"

    【讨论】:

      猜你喜欢
      • 2012-12-31
      • 2011-12-31
      • 1970-01-01
      • 1970-01-01
      • 2019-03-09
      • 1970-01-01
      • 1970-01-01
      • 2018-06-29
      • 1970-01-01
      相关资源
      最近更新 更多