React Native Fetch Blob creating issue while pod install on iOS

前端 未结 2 1365
时光说笑
时光说笑 2021-01-22 21:12

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

相关标签:
2条回答
  • 2021-01-22 21:51

    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.

    0 讨论(0)
  • 2021-01-22 21:58

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

    0 讨论(0)
提交回复
热议问题