Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

React Native Fetch Blob creating issue while pod install on iOS

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 screenshot

Kindly guide me on how to resolve this issue

like image 841
Zaid Qureshi Avatar asked Dec 13 '22 09:12

Zaid Qureshi


1 Answers

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.

like image 112
SDushan Avatar answered Dec 28 '22 07:12

SDushan