-
Notifications
You must be signed in to change notification settings - Fork 345
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
Error installing Swift Package #147
Comments
I think that this may be due to Xcode now insisting on using HTTPS for everything. I use the SSH version of the URI, and it works for me: [email protected]:evgenyneu/keychain-swift.git |
Same error for me. The error message is not visible on the image, here it is:
(the rest is emitted) Does not matter if I use the https or the git URL version. |
Fixed this in the new version: https://github.com/evgenyneu/keychain-swift/blob/master/Package.swift |
Hi & thanks! Can you create a release tag for that? |
Already done, it's in version 20.0.0 |
Thanks, I had the exact same problem! So in a nutshell, XCode is a baddie and shows an old version as default. |
I don't like using master for my dependencies. I'll stick with pinned releases. My pattern is that I have Major.Minor.Fix. Major is for breaking API changes, or major features. Minor is for API changes that won't break things, but are worth testing. There may be some app UI changes, such as rearranged screens, and whatnot. Fix is for bug fixes. It may include very minor API changes or app changes, if the changes fix a bug. |
Hi, thanks for sharing this package.
I tried to install via Swift Package but got the error below stating "keychain swift could not be resolved"
Could you kindly help me out?
The text was updated successfully, but these errors were encountered: