Smart quotes were detected

花飞扬
2023-12-01

Smart quotes were detected

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应该用''包围, 而不应该出现反引号““`.

 类似资料:

相关阅读

相关文章

相关问答