我在Xcode 8中有UITests目标的app。 我可以使用Xcode运行测试。现在我试图使用命令行运行它们。
xcodebuild测试build-for-testing test-without-building -workspace a.xcodeproj / project.xcworkspace -scheme testtargetscheme -destination id = deviceuid -only-testing:StartupTestSuite
但它失败了:xcodebuild无法使用scheme构建工作区。原因 - 没有什么可以测试的。 我检查了方案设置,并确保它已启用测试。我也尝试使用普通应用程序运行方案的上述命令,为此我也正确配置了测试。
有什么想法吗?