安装或更新第三方库时出现如下警告
[!] Your Podfile has had smart quotes sanitised. 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文件;Pod文件最好使用Xcode编辑,或者使用Vim编辑。
- Podfile 的内容语法格式有问题