React Native Fetch Blob creating issue while pod install on iOS

这一生的挚爱 提交于 2021-01-20 08:45:28

问题


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

Kindly guide me on how to resolve this issue


回答1:


Go to ./node-module/react-native-fetch-blob/react-native-fetch-blob.podspec & change

s.dependency 'React/Core'

to

s.dependency 'React-Core'

Hope this helps you. Feel free for doubts.




回答2:


you can use this instead for the new version of react native 0.60 and up https://github.com/joltup/rn-fetch-blob



来源:https://stackoverflow.com/questions/60130438/react-native-fetch-blob-creating-issue-while-pod-install-on-ios

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!