Pod installation complete! There are 18 dependencies from the Podfile and 19 total pods installed.
[!] 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.
在使用pod install
命令的时候, 末尾出现以上Smart quotes were detected
警告, 翻译如下:
[!] 在你的 Podfile 文件中, 检测到存在智能引号, 系统已经自动忽略了它. 为了避免将来出现同样的问题, 你不应该使用
TextEdit
去编辑它. 如果你并没有使用TextEdit
, 那么你应该关闭你所用编辑器的smart quotes
.
Podfile
文件中pod
后面的SDK应该用''
包围, 而不应该出现反引号““`.