lottie-react-native: CocoaPods crash: CocoaPods could not find compatible versions for pod "lottie-react-native"
[!] CocoaPods could not find compatible versions for pod “lottie-react-native”:
In Podfile:
lottie-react-native (from ../node_modules/lottie-react-native)
Specs satisfying the lottie-react-native (from …/node_modules/lottie-react-native) dependency were found, but they required a higher minimum deployment target.
“lottie-ios”: “^3.2.3”, “lottie-react-native”: “^4.1.0”, “react-native”: “0.65.1”,
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Comments: 18 (3 by maintainers)
This is fixed on the latest version of lottie-react-native (4.1.2), no need to downgrade.
I can confirm that it does work when I change from this
to this
not really sure the issue is from version or ^
Seems like 4.1.0 have issues with lottie-ios": “3.2.3”, downgrading “lottie-react-native” to “4.0.3” is working for me.
“lottie-ios”: “3.2.3”, “lottie-react-native”: “4.0.3”,
I am also facing this issue. However, as mentioned in the doc, the following is working for me. “lottie-ios”: “2.5.0”, “lottie-react-native”: “2.6.1”,