在使用 pod install
命令的时候, 末尾出现 Smart quotes were detected
警告:
[!] Smart quotes were detected and ignored in your Podfile.
To avoid issues in the future,
you should not use TextEdit for editing it.
If you are not using TextEdit,
you should turn off smart quotes in your editor of choice.
解决办法:
检查 Podfile
中的 ''
是否正确,包括 #注释中的 ''
网友评论