# xcode
gem install cocoapods --user-install
put pod
command in PATH
, in .bashrc
, .zshrc
or the like:
export PATH=$GEM_HOME/ruby/2.3.0/bin:$PATH
pod install
← mobile android studio →
gem install cocoapods --user-install
put pod
command in PATH
, in .bashrc
, .zshrc
or the like:
export PATH=$GEM_HOME/ruby/2.3.0/bin:$PATH
pod install
← mobile android studio →