Error using Pod Install command on Podfile in Terminal

You shouldn’t use TextEdit to edit the pod file because TextEdit likes to replace standard quotes with more graphically appealing quotes. This can cause CocoaPods to get confused and display errors, so it’s best to just use Xcode or another programming text editor. TextEdit: Using TextEdit will give you following, pod ‘Parse’, ‘~> 1.7.1′ //notice … Read more