CocoaPods - Official Site
cocoapods install and update
$ pod --version 0.37.2
Error
[!] Invalid </span>Podfile<span class="sb">
file: syntax error, unexpected tIDENTIFIER, expecting end-of-input
pod 'iVersion', '~> 1.11.4'
^. Updating CocoaPods might fix the issue.
# from /Users/jiaxianhua/Code/Bitbucket/gpxj/gpxj/Podfile:12 # ------------------------------------------- # pod 'Onboard', '~> 2.1.1 > pod 'iVersion', '~> 1.11.4' > # -------------------------------------------
Fix
Podfile文件书写问题,上一行结尾没有加单引号
这是编码的问题
查看编码,终端中输入:
发现都是zh,如要转换一下:
终端中输入:
这个时候你可以继续执行了。
慢着,这时你最好先cd到你的项目的根目录下
打开前面你创建的Podfile文件,终端中输入:
然后将文件中的内容清空,重新编辑一遍,保存退出。