Skip to content

Instantly share code, notes, and snippets.

@matheusdepaula
Last active December 3, 2018 15:40
Show Gist options
  • Select an option

  • Save matheusdepaula/1c862d8cde96d51507a5eef5228eb4a0 to your computer and use it in GitHub Desktop.

Select an option

Save matheusdepaula/1c862d8cde96d51507a5eef5228eb4a0 to your computer and use it in GitHub Desktop.

Revisions

  1. Matheus Pereira De Paula renamed this gist Dec 3, 2018. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. Matheus Pereira De Paula created this gist Dec 3, 2018.
    10 changes: 10 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,10 @@
    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