Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

The `master` repo requires CocoaPods 0.18.1 -

Tags:

I am getting:

[!] The `master` repo requires CocoaPods 0.18.1 -  Update Cocoapods, or checkout the appropriate tag in the repo. 

How to checkout cocoapods?

like image 735
pvllnspk Avatar asked May 12 '13 20:05

pvllnspk


1 Answers

To update CocoaPods you can run:

$ [sudo] gem update cocoapods 

If you would like to try a pre-release version of CocoaPods you can run:

$ [sudo] gem update cocoapods --pre 

from here

like image 140
Dmitry Khryukin Avatar answered Sep 25 '22 16:09

Dmitry Khryukin