-
Notifications
You must be signed in to change notification settings - Fork 576
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
Missing tag v1.1.0 #69
Comments
The latest version 1.1.3 is properly referenced in the Podspec. Please update your Podfile to the latest version of Bolts - 1.1.3. |
I know 1.1.0 is not the latest version. But what if I checkout to an old version of my code ? I do that quite often actually to check that old code still works with a new backend for example, or to do migration testing before releasing a new version of an app. Cocoapods has the Podfile.lock which is a great feature to make sure that when you compile old code you can compile it with the old dependencies. I happen to have an old Podfile.lock which references the 1.1.0 podspec. When the podspec was created the tag probably existed, you must have removed it. |
All done now - here is the https://github.com/BoltsFramework/Bolts-iOS/releases/tag/v1.1.0 |
Thanks a lot ! |
The 1.1.0 podspec is referencing the tag v1.1.0, which doesn't exist (see https://github.com/CocoaPods/Specs/blob/master/Specs/Bolts/1.1.0/Bolts.podspec.json)
Could you add the tag or update the podspec ?
Tank you
The text was updated successfully, but these errors were encountered: