本文介绍了在 iOS 上安装 pod 时 React Native Fetch Blob 创建问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我已经在 react-native version 0.60.5
上安装了 react-native-fetch-blob
.当我运行 pod install
时,错误出现在
I've install react-native-fetch-blob
on react-native version 0.60.5
.While I run pod install
, the error appears as you can see in the
请指导我如何解决这个问题
推荐答案
转到 ./node-module/react-native-fetch-blob/react-native-fetch-blob.podspec
&改变
Go to ./node-module/react-native-fetch-blob/react-native-fetch-blob.podspec
& change
s.dependency 'React/Core'
到
s.dependency 'React-Core'
希望对你有帮助.如有疑问,请随意.
Hope this helps you. Feel free for doubts.
这篇关于在 iOS 上安装 pod 时 React Native Fetch Blob 创建问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!