Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Requested but did not find extension point with identifier Xcode.IDEFoundation.IDEResultKitSerializationConverter #69

Closed
rkhandelwal17 opened this issue Dec 23, 2019 · 6 comments

Comments

@rkhandelwal17
Copy link

Hi Team,

Even after using the latest script (as mentioned) for xcode 11. I am getting the below error while running the coverage report script. am i missing anything here

These are the steps i followed to upgrade to xcode 11.3

  1. Upgrade the OS to Catalina
  2. Install Xcode 11.3 on the local machine
  3. Install command line tools for Xcode 11.3

xccov[6953:154596] Requested but did not find extension point with identifier Xcode.IDEFoundation.IDEResultKitSerializationConverter

@HDZed
Copy link

HDZed commented Jan 8, 2020

Hi Team, the same for me.
Azure DevOps CI failing with same result:

xccov[719:5743] Requested but did not find extension point with identifier Xcode.IDEFoundation.IDEResultKitSerializationConverter

Steps to reproduce:

  • import/fork sonar-scanning-examples repo to a new project.
  • create YAML azure-pipelines.yml and use default settings and steps from readme
  • Run Pipeline

azure-pipelines.txt

@andrewclaus
Copy link

I am seeing this same issue, but the sonarqube-generic-coverage.xml file is still getting generated, though I have not yet looked deep enough to see if it is missing coverage data.

Is this a warning that can be ignored? or it is going to be missing coverage data?

@HDZed
Copy link

HDZed commented Jan 30, 2020

I've made it to work with solution from akoller-vs
#68 (comment)

@CarlosDParada
Copy link

Try with this https://github.com/mysugr/cococo/tree/v0.2.0

@joe-tingsanchali-sonarsource
Copy link
Contributor

Please see our latest updates including updated references to the improved xccov-to-sonarqube-generic.sh script (in this repository) and the Test coverage parameters documentation:

Swift with Xcode 13.3+

You can use the xccov-to-sonarqube-generic.sh script from the sonar-scanning-examples/swift-coverage project to convert output from Xcode 13.3's xccov tool to the Generic test data format.

See the community guide for help with importing your coverage or test data.

Swift with Xcode 7-13.2

sonar.swift.coverage.reportPaths

Path to the report generated by llvm-cov show. The path may be absolute or relative to the project root.

If you continue to have issues, please respond here and we can take a look together. Or just report it at Sonar Community for more eyes to look at it.

@MikePendo
Copy link

I have the same issue using the script as suggested the xcresult was done with Xcode 14.3.1 on M1.
was it tested?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants