react-nativereact-native-iosreact-native-fetch-blobrn-fetch-blob

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


Solution

  • 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.