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

Support for SPM/Xcode11 #222

Closed
SlashDevSlashGnoll opened this issue Jun 7, 2019 · 4 comments
Closed

Support for SPM/Xcode11 #222

SlashDevSlashGnoll opened this issue Jun 7, 2019 · 4 comments

Comments

@SlashDevSlashGnoll
Copy link

This week Apple announced the direct support of Swift Package Manager in XCode 11 (obsoleting Carthage/Pods for the most part). Do you plan to support SPM? The current Package.swift isn't complete it seems.

@ilyapuchka
Copy link
Collaborator

This should be working now on develop

@SlashDevSlashGnoll
Copy link
Author

Was starting our integration with SPM and it doesn't seem to be working for Dip. The error I get is:

The package dependency graph can not be resolved; unable find any available tag for the following requirements:

https://github.com/AliSoftware/Dip — 7.0.1..<8.0.0

We were trying to add it via the UI using https://github.com/AliSoftware/Dip as the URL and choosing the "Up to Next Major" option of 7.0.1 < 8.0.0

@Vincent-Loi
Copy link

Getting the same error as @SlashDevSlashGnoll

.package(url: "https://github.com/AliSoftware/Dip", from: "7.0.1")
The package dependency graph can not be resolved; unable find any available tag for the following requirements:

https://github.com/AliSoftware/Dip — 7.0.1..<8.0.0

@alphatroya
Copy link

@SlashDevSlashGnoll @Vincent-Loi I think you should build it from develop or wait for maintainer to release a new version tag.

Maybe a minor release with included Package.swift file will be nice idea? @ilyapuchka

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

4 participants