不要使用TextEdit编辑PodFile文件
有时候我们图方便,直接使用TextEdit编辑PodFile文件,执行pod install 时报错:
[!] 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.
还是乖乖的使用命令吧:
vim Podfile----打开文件
输入i---------进入编辑模式
按键盘Esc,输入大写ZZ-----保存退出
pod install----------下载