1. 程式人生 > >Your Podfile has had smart quotes sanitised. To avoid issues in the future, you should not use TextE

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

使用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