【发布时间】: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 测试。
我做错了什么?
【问题讨论】:
标签: ios xcode xcode7 xcodebuild xcode-ui-testing