% pod update
[!] Invalid `Podfile` file: syntax error, unexpected string literal, expecting `do' or '{' or '('
pod 'SVProgressHUD'
^
.
出现这种情况,一定是 Podfile 文件里 语法不规范导致的
我检查了一下 ,原先是 :
# ---------------------------------
pod 'SVProgressHUD'
# ---------------------------------
而 不小心删除 # 变成了 :
---------------------------------
pod 'SVProgressHUD'
# ---------------------------------
然后出现了这个问题