特定目标/方案的 xcodebuild 测试
Posted
技术标签:
【中文标题】特定目标/方案的 xcodebuild 测试【英文标题】:xcodebuild test for especific Target/Scheme 【发布时间】:2015-12-09 16:39:49 【问题描述】:我遇到了这个错误:
命令:
xcodebuild test -scheme Exclusive -destination "platform=ios"
结果:
xcodebuild: error: Scheme Exclusive is not currently configured for the test action.
我的场景:3 个目标,3 个模式。每个主题有一个目标。所以我需要为每个目标运行 UI 测试。
我做错了什么?
编辑:
【问题讨论】:
【参考方案1】:听起来Exclusive
方案不包含测试目标。您可以通过在“管理方案”窗口中双击方案名称来添加/删除它们。
然后点击底部的+
添加您的测试目标。
【讨论】:
以上是关于特定目标/方案的 xcodebuild 测试的主要内容,如果未能解决你的问题,请参考以下文章