React-Native无法手动链接XCode上的库

问题描述

我无法在使用pod的react-native项目上手动链接xcode上的任何库...

我的package.json文件有一部分

  ...
  "dependencies": {
    "react": "16.13.1","react-native": "0.63.2","react-native-gesture-handler": "1.4.1","rn-fetch-blob": "^0.12.0"
  },"devDependencies": {
    "@babel/core": "7.6.0","@babel/runtime": "7.6.0","@react-native-community/eslint-config": "0.0.3","babel-jest": "24.9.0","metro-react-native-babel-preset": "0.58.0",}
  ...

这是我的Podfile

的一部分
platform :ios,'9.0'
require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'

  ...

  pod 'rn-fetch-blob',:path => '../node_modules/rn-fetch-blob'

  use_native_modules!
end

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)