pod init” giving error “-bash: pod: command not found
Looks like you didn’t install CocoaPods. To do that you install it through ruby gems, like this: sudo gem install cocoapods If you don’t have admin privileges, try: gem install cocoapods –user-install