React Native版本已从0.61.5更新到0.65.0。
pod install在我收到错误说明后,
[!] CocoaPods could not find compatible versions for pod "FBReactNativeSpec":
In Podfile:
FBReactNativeSpec (from `../node_modules/react-native/React/FBReactNativeSpec`)
Specs satisfying the `FBReactNativeSpec (from `../node_modules/react-native/React/FBReactNativeSpec`)` dependency were found, but they required a higher minimum deployment target.
Run Code Online (Sandbox Code Playgroud)
Podfile 中 FBReactNativeSpec 的路径是,
pod 'FBReactNativeSpec', :path => "../node_modules/react-native/React/FBReactNativeSpec"
Run Code Online (Sandbox Code Playgroud)
我不知道如何解决这个问题。
react-native ×1