在 iOS 上安装 pod 时 React Native Fetch Blob 创建问题
React Native Fetch Blob creating issue while pod install on iOS
我已经在 react-native version 0.60.5
上安装了 react-native-fetch-blob
。当我 运行 pod install
时,出现错误,如您在
请指导我如何解决这个问题
你可以使用它代替新版本的 React Native 0.60 及更高版本 https://github.com/joltup/rn-fetch-blob
转到 ./node-module/react-native-fetch-blob/react-native-fetch-blob.podspec
并更改
s.dependency 'React/Core'
至
s.dependency 'React-Core'
希望对您有所帮助。有疑问欢迎留言。
我已经在 react-native version 0.60.5
上安装了 react-native-fetch-blob
。当我 运行 pod install
时,出现错误,如您在
请指导我如何解决这个问题
你可以使用它代替新版本的 React Native 0.60 及更高版本 https://github.com/joltup/rn-fetch-blob
转到 ./node-module/react-native-fetch-blob/react-native-fetch-blob.podspec
并更改
s.dependency 'React/Core'
至
s.dependency 'React-Core'
希望对您有所帮助。有疑问欢迎留言。