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

pod gen not working with cocoapods 1.10.0 #84

Closed
HashimPhilips opened this issue Oct 30, 2020 · 2 comments
Closed

pod gen not working with cocoapods 1.10.0 #84

HashimPhilips opened this issue Oct 30, 2020 · 2 comments

Comments

@HashimPhilips
Copy link

HashimPhilips commented Oct 30, 2020

update cocoapods to the latest version ie 1.10.0
gem install cocoapods
gem install cocoapods-generate
pod gen will fail
[!] cocoapods-generate requires CocoaPods >= 1.5.0
cocoapods-generate version check logic is wrong
actual result 1.10.0 < 1.5.0
expected result 1.10.0 > 1.5.0

update: it seems like issue is fixed in master branch when this will be available as release

@paulb777
Copy link
Contributor

paulb777 commented Nov 3, 2020

Duplicate of #68 and fixed in #69, but not yet released. See #83

@dnkoutso
Copy link
Collaborator

dnkoutso commented Nov 3, 2020

2.0.1 was released today.

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

3 participants