gpt4 book ai didi

ios - 无法在 Xcode 11.4 中导出测试结果

转载 作者:行者123 更新时间:2023-12-01 15:46:45 25 4
gpt4 key购买 nike

我正在使用以下代码使用 Xcode11.4 导出测试代码覆盖率。

./xccov-to-sonarqube-generic.sh /DerivedData/MyApp-*/Logs/Test/*.xcresult/ > sonarqube-generic-coverage.xml

我收到以下错误

This version of Xcode does not support opening result bundles created with versions of Xcode and xcodebuild using the v1 API



请以正确的方式帮助我。

最佳答案

就我的研究而言,这里有 3 个解决方法:

  • Xcode 11+ 的 xccov-to-sonarqube-generic.sh 脚本有更新。尝试使用这个

  • https://github.com/SonarSource/sonar-scanning-examples/blob/master/swift-coverage/swift-coverage-example/xccov-to-sonarqube-generic.sh
  • 使用 Code Coverage Converter (cococo) 实用程序生成 Sonar 的 xml 文件格式。更多信息请引用:

  • https://medium.com/monsterculture/cococo-code-coverage-converter-from-xcode-11-to-sonarqube-7f48cff97b9b
  • 任何能够将 Xocde 11+ *.xcresult 文件转换为 Sonar 的 xml 文件格式的 shell 脚本
  • 关于ios - 无法在 Xcode 11.4 中导出测试结果,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61544415/

    25 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com