Skip to content
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

Could not generate Xcode project: error: multiple products named 'Logging' in: Console, swift-log #104

Open
vvicenteABA opened this issue Sep 6, 2019 · 0 comments

Comments

@vvicenteABA
Copy link

At first thank you so much about generate and maintain this library. Your work is awesome!

I need some improvements on the naming of your LogginAPI.
If I try to use this Swift-SMTP library with my vapor project, I receive this error:

"Could not generate Xcode project: error: multiple products named 'Logging' in: Console, swift-log"

It's happens when I add this package
.package(url: "https://github.com/IBM-Swift/Swift-SMTP", from: "5.1.1")

I can solve it using other dependency of your LogginAPI

.package(url: "https://github.com/IBM-Swift/LoggerAPI.git", .upToNextMinor(from: "1.8.0")),
.package(url: "https://github.com/IBM-Swift/Swift-SMTP", from: "5.1.1")

And now is working, but the idea is only need one package and inside it have the last version of each one.

Thank you in advance

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant