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

Can no longer resolve version 1.0.0 #10

Closed
dnnyg33 opened this issue Apr 5, 2016 · 3 comments
Closed

Can no longer resolve version 1.0.0 #10

dnnyg33 opened this issue Apr 5, 2016 · 3 comments

Comments

@dnnyg33
Copy link

dnnyg33 commented Apr 5, 2016

As the title says, version 1 isn't found.
Podfile contains
pod 'Toast-Swift', '~> 1.0.0'

output from running pod install is

[!] Unable to satisfy the following requirements:

Toast-Swift (~> 1.0.0) required by Podfile

@scalessec
Copy link
Owner

Do you need to use the older version? If you're on Xcode 7.3, I'd change your Podfile to pod 'Toast-Swift', '~> 1.1.0'. Otherwise if you have an explicit dependency on 1.0.0 try pod 'Toast-Swift', '1.0.0'. Also try pod update Toast-Swift. Please let me know what, if anything of this, worked for you.

@dnnyg33
Copy link
Author

dnnyg33 commented Apr 5, 2016

I'm using Xcode 7.2.1. So i'm not able to use 1.1.0 yet. I plan to upgrade soon, but can't yet. I tried using
pod 'Toast-Swift', '1.0.0' and got the same error as before.
Running pod update Toast-Swift only produces

[!] The 'Toast-Swift' Pod is not installed and cannot be updated

I should add that using pod 'Toast-Swift', '1.1.0' installs the pod correctly, but there are compile errors because (i assume) it's using new features of swift not recognized in my outdated version of xcode.

@scalessec
Copy link
Owner

Closing, since 1.0.0 is pretty outdated now anyway.

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

2 participants