React-native-fast-image: CocoaPods could not find compatible versions for pod "SDWebImage"

Created on 21 Sep 2020  路  3Comments  路  Source: DylanVann/react-native-fast-image

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

  1. npx pod-install
  2. See error

Expected behavior
Install pods.

Screenshots
image

Dependency versions

  • React Native version: 0.63.2
  • React version: 16.13.1
  • React Native Fast Image version: 8.3.2
  • Cocoapods: 1.9.3
bug

Most helpful comment

Try run pod repo update

All 3 comments

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.
Was this page helpful?
0 / 5 - 0 ratings

Related issues

StiffFy picture StiffFy  路  3Comments

kkarmalkar picture kkarmalkar  路  4Comments

yeomann picture yeomann  路  4Comments

guihouchang picture guihouchang  路  4Comments

kmilodenisglez picture kmilodenisglez  路  3Comments