You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no release tag after 1.2.1(Jan 27, 2020), and there are some changes that we want to use in our project but we are unable to get the latest code(for eg: filteredWarningCount).
We have tried updating this dependency by specifying the branch name but after that got the errors.
There is no release tag after 1.2.1(Jan 27, 2020), and there are some changes that we want to use in our project but we are unable to get the latest code(for eg: filteredWarningCount).
We have tried updating this dependency by specifying the branch name but after that got the errors.
Change in Package.swift:
.package(name: "DangerXCodeSummary", url: "https://github.com/f-meloni/danger-swift-xcodesummary", .branch("master"))
Errors:
error: multiple products named 'DangerDeps' in: 'danger-swift-xcodesummary', 'MyProject'
error: multiple targets named 'DangerDependencies' in: 'danger-swift-xcodesummary', 'MyProject'
error: ExitCode(rawValue: 1)
Kindly look into this.
The text was updated successfully, but these errors were encountered: