Created
October 19, 2016 16:17
-
-
Save DavyLin/da165d79089b7bae020a0e3ed913aa43 to your computer and use it in GitHub Desktop.
pod setup.list
This file contains 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
==>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