[!] CocoaPods could not find compatible versions for pod "lottie-ios":
In Podfile:
lottie-ios (from `../node_modules/lottie-ios`)
lottie-react-native (from `../node_modules/lottie-react-native`) was resolved to 3.5.0, which depends on
lottie-ios (~> 3.1.8)
7条答案
按热度按时间mhd8tkvw1#
根据错误信息,我们需要
问题解决!
v440hwme2#
如果你得到这样的东西,
那么我们可以通过以下步骤来解决它,
lottie-ios
和lottie-react-native
包,其中包含指定版本的可可pod错误。azpvetkf3#
通过卸载以前安装的Lottie版本,然后
6pp0gazn4#
您需要升级PODFILE中的
platform :ios
版本在我的例子中,我将
platform :ios
从10更改为11,一切都运行良好vbkedwbf5#
这取决于我们使用的react-native版本,对于我来说,它是npm i--save lottie-react-native npm i--save lottie-ios@3. 2. 3因为,我的react-native版本是0.68.2。您可以通过下面的链接检查您的react-native版本的兼容版本:https://www.npmjs.com/package/lottie-react-native
希望这有帮助!
bkkx9g8r6#
我们需要:
i2byvkas7#
如果您希望使用最新版本的lottie-react-native,并且react-native版本〉= 0.66,请添加lottie-ios@3. 2. 3
>= 0.66 latest 3.2.3
相关链接:www.example.comhttps://github.com/lottie-react-native/lottie-react-native#versioning