cocoapods 更新SDWebImageWebPCoder报
2021-03-01 本文已影响0人
小卒的梦
1.前往文件夹 ~/.cocoapods/repo,如下
![](https://img.haomeiwen.com/i338095/bed82fcfd29d9750.png)
2.master -> Specs -> 1 -> 9 -> 2 -> libwebp -> 1.1.0(最新版本,非rc) ,source下的git改为https://github.com/webmproject/libwebp.git,如下
"source": {
"git": "https://github.com/webmproject/libwebp.git",
"tag": "v1.1.0"
},
3.pod install