美文网首页IT开发工具利器·使用教程
Cocoapods安装和使用中常见错误【持续更新】

Cocoapods安装和使用中常见错误【持续更新】

作者: 西叶lv | 来源:发表于2017-05-14 16:44 被阅读4次

    安装或更新第三方库时出现如下警告

    [!] 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 的内容语法格式有问题

    相关文章

      网友评论

        本文标题:Cocoapods安装和使用中常见错误【持续更新】

        本文链接:https://www.haomeiwen.com/subject/mvmqxxtx.html