jakeheis / SwiftCLI

A powerful framework for developing CLIs in Swift
MIT License
861 stars 72 forks source link

Dependency Issue #95

Closed M-Tallal-Habib closed 4 years ago

M-Tallal-Habib commented 4 years ago

Screenshot from 2020-03-04 17-21-28

marcelmendesfilho commented 4 years ago

I'm facing exactly same issue. Has anyone solved this?

jakeheis commented 4 years ago

This usually means that another package depended on by your package depends on a different version of SwiftCLI. It usually can be fixed by changing which version of SwiftCLI you use or by changing the version of the other dependency you use. If you need help debugging, it would help to see your Package.swift

jakeheis commented 4 years ago

Closing for now -- feel free to reopen if changing dependency versions didn't work!