Skip to content

Latest commit

 

History

History
91 lines (63 loc) · 1.5 KB

cocoapods.md

File metadata and controls

91 lines (63 loc) · 1.5 KB

CocoaPods

Links

CLI

References

Dependencies

Installation

# Using Bundler
gem install cocoapods

Commands

bundle exec pod --help

Initialize

#
bundle exec pod init

#
bundle exec pod setup

Usage

#
bundle exec pod env

#
bundle exec pod repo list
bundle exec pod repo update
bundle exec pod repo update <name>

# Install Dependencies
bundle exec pod install

Issues

Missing Repos

Setting up CocoaPods master repo
fatal: not a git repository (or any of the parent directories): .git
[!] Unable to add a source with url `https://github.com/CocoaPods/Specs.git` named `master-1`.
You can try adding it manually in `~/.cocoapods/repos` or via `pod repo add`.
#
rm -fR ~/.cocoapods/repos/master

bundle exec pod setup

Uninstall

# Homebrew
brew uninstall cocoapods

rm -fR ~/.cocoapods