Reputation: 1504
I am using following code to export test code coverage using Xcode11.4.
./xccov-to-sonarqube-generic.sh /DerivedData/MyApp-*/Logs/Test/*.xcresult/ > sonarqube-generic-coverage.xml
I am getting following error
This version of Xcode does not support opening result bundles created with versions of Xcode and xcodebuild using the v1 API
Kindly help me with the proper way.
Upvotes: 4
Views: 3475
Reputation: 61
3 work arounds here for this as for as my research:
Upvotes: 3