Skip to content

Instantly share code, notes, and snippets.

@DavyLin
Created October 19, 2016 16:17
Show Gist options
  • Save DavyLin/da165d79089b7bae020a0e3ed913aa43 to your computer and use it in GitHub Desktop.
Save DavyLin/da165d79089b7bae020a0e3ed913aa43 to your computer and use it in GitHub Desktop.
pod setup.list
==>sudo xcode-select -switch /Applications/Xcode.app
==>cd ~/.cocoapods/repos
==>git clone https://github.com/CocoaPods/Specs.git master
==>it must show:
Cloning into 'master'...
remote: Counting objects: 855220, done.
remote: Compressing objects: 100% (3211/3211), done.
remote: Total 855220 (delta 1424), reused 0 (delta 0), pack-reused 851785
Receiving objects: 100% (855220/855220), 342.79 MiB | 1.04 MiB/s, done.
Resolving deltas: 100% (369962/369962), done.
Checking connectivity... done.
Checking out files: 100% (112674/112674), done.
==>pod update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment