We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Swift Package Dependencies
As title, how can we ignore Swift Package Dependencies.
The text was updated successfully, but these errors were encountered:
Any update for this issue ?
Sorry, something went wrong.
Hey, what solve that problem for me was to set the only_project_targets to true, on the fastlane configuration.
only_project_targets
xcov(workspace: "MyProject.xcworkspace",scheme: "MyProject", only_project_targets: true)
We have include_targets defined and it seems our swift packages are still getting picked up by xcov
include_targets
xcov
Ah might be a case of needing to update scheme settings:
No branches or pull requests
As title, how can we ignore
Swift Package Dependencies
.The text was updated successfully, but these errors were encountered: