You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: