-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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 #164
Comments
running |
I haven't tried it on Xcode 13 in awhile, but I think I'm getting the same error as you are now with Xcode 14.3.1 on M2:
I'm investigating now... EDIT: similar error reported in Sonar Community https://community.sonarsource.com/t/files-folder-with-special-characters-in-names-causing-syntactically-incorrect-xml/79498/13 May be useful: https://community.sonarsource.com/t/coverage-test-data-generate-reports-for-swift/9700 |
@MikePendo : Looks like those DVTAssertions warnings are just warnings reported by Xcode. My Coverage.xml file was generated correctly and reported correctly in SonarQube. Is the coverage XML file generated correctly? Xcode writes these warnings as standard errors. At least bash/zsh, you can just ignore those warnings like |
@joe-tingsanchali-sonarsource
Any chance I can dm u the |
I have some permission issues to get the file from ci.
|
I'm using this example project in this repo swift-coverage-example.
So your project may need a different command. I'm not a Swift developer, so you may find better luck with llvm-cov or following the instructions here. |
@joe-tingsanchali-sonarsource |
Yes, in my example, the Coverage.xml file was correctly formatted and uploaded to SonarQube. The only minor issue is that the tests file was included in the Coverage.xml file, but that is a harmless error that can be rectified with a slight modification of the script or post- Please try this sample project first to confirm behavior, then try yours. If you continue to have problems, you may need to modify the If you can provide me the entire project or some kind of small reproducible project, then I can try to help you. |
@MikePendo : Did you check #146 (comment) yet? Can you see if this is relevant or solves your issue? |
@joe-tingsanchali-sonarsource
I have tried your project and a new project and didnt see that error. To catch that kind of error I will need to strip our project from old its dependencies and see what might cause an issue (our project is pure objc). That might take some. |
any updates on this?
|
Any update on this? We are seeing the same issue occasionally. |
@MikePendo , @MaximShnirman , @stonko1994 : can you link me to an example xcode project with the build commands/coverage steps so that I can try to reproduce your issue? Ideally, on the latest version of Xcode 15.2. |
This issue was already reported 69
As suggested I am using the new version of the script
This worked on Xcode 13 but for Xcode 14.3.1 on M1(not sure if that related it doesn't work any more)
I also noticed that
archiveRef
in the.xcresult
is missing on Xcode 14Please help
The text was updated successfully, but these errors were encountered: