标签: ios xcode xcode7 xcodebuild xcode-ui-testing
我正面临着这个错误:
命令: xcodebuild test -scheme Exclusive -destination "platform=iOS"
xcodebuild test -scheme Exclusive -destination "platform=iOS"
结果: xcodebuild: error: Scheme Exclusive is not currently configured for the test action.
xcodebuild: error: Scheme Exclusive is not currently configured for the test action.
我的场景:3个目标,3个架构。每个主题的一个目标。所以我需要为每个目标运行UI测试。
我做错了什么?
修改
答案 0 :(得分:2)
听起来Exclusive方案并不包含测试目标。您可以通过双击Manage Schemes窗口中的方案名称来添加/删除它们。
Exclusive
然后点击底部的+添加您的测试目标。
+