-
Notifications
You must be signed in to change notification settings - Fork 238
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
Failing to load coverage #545
Comments
Same issue for me, starting from Xcode 14.3.x I'm using a fastlane file with slather configuration Do you have some idea? |
I am also experiencing this issue. Would love to hear how I can be of help with debugging this issue. |
Have found a solution now? |
Not sure what @roballie is seeing, but I think everyone else posting here is seeing #541 That is a change in xcode 14.3+ upstream of slather that can't be fixed in slather; you'll need to rebuild all of your apps and upstream dependencies with xcode 14.3+. #541 (comment) |
This might be because of how my workspace is setup, but whenever I run slather I get
error: Failed to load coverage .... no coverage data found
. I know there is coverage, because if I open the xcresults, I see all the coverage data.My project has a testing harness workspace that contains all the frameworks to be tested which are pulled in a submodules. The framework projects themselves have the tests in them, but the testing harness contains a project that has all the test plans.
Here is the full error message, any thoughts?
edit: this is on Xcode 15 if it matters. It also doesn't seem to work on Xcode 14.
The text was updated successfully, but these errors were encountered: