您的位置:首页 > 产品设计 > UI/UE

Your Podfile has had smart quotes sanitised. To avoid issues in the future, you should not use TextE

2017-04-14 20:26 766 查看
使用Cocoapods 导入第三方的资源时,出现如下警告:

!Your Podfile has had smart quotes sanitised. To avoid issues in the future, you should not use TextE


解决此警告的办法:我这里改用xcode编译podfile

$ show podfile
$ touch Podfile
$ open -a Xcode Podfile
$ pod install
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐