我的工作区有多个目标,其中一个是单元测试。
当我在iOS 10.3模拟器上从Xcode运行我的单元测试时,它们都通过了。但是,当我从命令行测试时,即xcodebuild
<testtarget>
,测试间歇性地失败。
以下是我在终端上看到的错误消息
xcodebuild[55631:340885] Error Domain=IDEFoundationErrorDomain Code=1 "Cannot launch simulated executable: no file found at /<Path>/Build/Intermediates/CodeCoverage/Products/Debug-iphonesimulator/<ProductName>"
这只发生在Xcode 8.3而不是早期版本中。
我也将xcode-select
设置为8.3.2
有人遇到同样的问题吗?