Last active
December 3, 2018 15:40
-
-
Save matheusdepaula/1c862d8cde96d51507a5eef5228eb4a0 to your computer and use it in GitHub Desktop.
Cocoapods
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| INSTALAR UMA VERSÃO ESPECIFICA DO COCOAPODS | |
| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - | |
| pod --version -> Verificar versão | |
| sudo gem install cocoapods -v 1.4.0 -> Instalar uma versão específica | |
| gem uninstall cocoapods -v 1.2.2 -> Desinstalar versão específica | |
| gem uninstall cocoapods -> Remover completamente o Cocoapods |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment