Answers for "pod: command not found"

1

pod: command not found

First Install Homebrew

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Second

sudo gem install cocoapods

Third

pod setup

Fourth

pod install
Posted by: Guest on February-09-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language