-
Notifications
You must be signed in to change notification settings - Fork 20
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
Xcode 11.2.1 cannot read the new .xcresult format #18
Comments
Ok let me have a look |
@f-meloni I don't use the SPM, I use the marathon instead, any solution for that? |
I've tried it with both |
Is this now an issue in Xcode 11.3 again? I'm getting |
I've got the same error with Xcode 11.5 on Bitrise:
The code I'm running is something like: let bitriseXCResultPath = Process.runShell("echo $BITRISE_XCRESULT_PATH")
xcodeBuildCoverage(.xcresultBundle(bitriseXCResultPath), minimumCoverage: 60)
|
@el-hoshino Please verify that the path has PS. You can probably use |
@f-meloni I tried |
It seems like the same issue has been fixed for Xcode 11.1. Now it is happening on the Xcode 11.2.1, could you please take a look?
The text was updated successfully, but these errors were encountered: