Describe the bug
Unable to do pod install. I have tried using an older version and I am able to use up to 8.1.9.
To Reproduce
Expected behavior
Install pods.
Screenshots

Dependency versions
Try run pod repo update
Try run
pod repo update
That did it for me, thank you so much didn't realise was an issue with my cocoapod.
not help for solve same issue
RN: 0.60.5
RNFI: 8.3.4
Fetching podspec for `glog` from `../node_modules/react-native/third-party-podspecs/glog.podspec`
[!] CocoaPods could not find compatible versions for pod "SDWebImageWebPCoder":
In snapshot (Podfile.lock):
SDWebImageWebPCoder (= 0.2.5, ~> 0.2.3)
In Podfile:
RNFastImage (from `../node_modules/react-native-fast-image`) was resolved to 8.3.4, which depends on
SDWebImageWebPCoder (~> 0.6.1)
You have either:
* out-of-date source repos which you can update with `pod repo update` or with `pod install --repo-update`.
* changed the constraints of dependency `SDWebImageWebPCoder` inside your development pod `RNFastImage`.
You should run `pod update SDWebImageWebPCoder` to apply changes you've made.
Most helpful comment
Try run
pod repo update