Setup Cocoapods for RokcetWeb iOS

  • More about Cocoapods: https://cocoapods.org/
  • Open terminal from the menu or form search clicks Command(⌘) + Spacebar(Two times).
  • Set directory on terminal ” cd [your project path/RocketWeb] “ drag & drop a folder on the terminal to get the path.
  • Install Cocoapods by using the command “ sudo gem install cocoapods “ with given your password.
  • Execute command ” rm -rf Pods/ Podfile.lock ; pod install “ , must do this, and it takes time (depends on your internet speed).

Leave a Reply