pod 'libwebp' failed solution

1. In the local library and find libwebp version of the corresponding documents

find ~/.cocoapods/repos/master -iname libwebp

2. get the path above, Go to Folder

(command+shift+G) /Users/secoo/.cocoapods/repos/master/Specs/1/9/2/libwebp
For details, see Address:

https://cloud.tencent.com/developer/article/1337723

3. solve the problem seven fish SDK install the missing file, or the file size wrong

1、brew install git-lfs

2、git lfs install

3、pod install

After installation, re

pod install

If still an error, try to clear the cache:

pod cache clean --all
Published 14 original articles · won praise 3 · views 30000 +

Guess you like

Origin blog.csdn.net/ioth5/article/details/104239961