RN:Unable to find a specification for `React-xxxx (= 0.60.5)` depended upon by `xxxx`

最新的pods路径,官网教程网站路径不对:

pod'React-jsi' ,:path => '../node_modules/react-native/ReactCommon/jsi'

    pod'React-jsiexecutor' ,:path => '../node_modules/react-native/ReactCommon/jsiexecutor'

    pod'React-jsinspector' ,:path => '../node_modules/react-native/ReactCommon/jsinspector'

    pod'React-Core' ,:path => '../node_modules/react-native/React'

    pod'React-cxxreact' ,:path => '../node_modules/react-native/ReactCommon/cxxreact'

    pod'React-DevSupport' ,:path => '../node_modules/react-native/React'

    pod'React-RCTText' ,:path => '../node_modules/react-native/Libraries/Text'

    pod'React-RCTNetwork' ,:path => '../node_modules/react-native/Libraries/Network'

    pod'React-RCTWebSocket' ,:path => '../node_modules/react-native/Libraries/WebSocket'

    pod'React-RCTAnimation' ,:path => '../node_modules/react-native/Libraries/NativeAnimation'

  pod'yoga', :path => '../node_modules/react-native/ReactCommon/yoga'

  pod'DoubleConversion', :podspec => '../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec'

  pod'glog', :podspec => '../node_modules/react-native/third-party-podspecs/glog.podspec'

  pod'Folly', :podspec => '../node_modules/react-native/third-party-podspecs/Folly.podspec'

你可能感兴趣的:(RN:Unable to find a specification for `React-xxxx (= 0.60.5)` depended upon by `xxxx`)