简体   繁体   English

FATAL:日志语句不同步:当前测试套件“ TestTarget.xctest”不存在

[英]started.FATAL: Log statements out of sync: current test suite 'TestTarget.xctest' not exists

I have a Jenkins build server for my iOS project. 我的iOS项目有一个Jenkins构建服务器。 I configured a job with the XCode integration plugin to launch unit test, but an error occurred when the first test is been launched: 我使用XCode集成插件配置了一个作业以启动单元测试,但是启动第一个测试时发生了错误:

started.FATAL: Log statements out of sync: current test suite 'Target_Test.xctest' not exists FATAL:日志语句不同步:当前测试套件“ Target_Test.xctest”不存在

Has anyone seen this console log before? 有人看过这个控制台日志吗? Thanks for help. 感谢帮助。

Jenkins version: 2.46.3 Xcode Integration plugin version: 2.0.4 Jenkins版本:2.46.3 Xcode集成插件版本:2.0.4

I had the same issue today, apparently it was because I had spaces in the product name of my test target . 今天我遇到了同样的问题,显然是因为我的测试目标的产品名称中空格 I changed them by '-' and now it seems working. 我用'-'更改了它们,现在看来可行。 Let me know if it was the same for you. 让我知道您是否一样。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM