成功解决CocoaPods could not find compatible versions for pod “RCT-Folly”

⭐️背景:当我运行react-native 的ios项目,运行pod install时出现下面的错误

(1)截图如下在这里插入图片描述
(2)报错详细信息如下

[!] CocoaPods could not find compatible versions for pod "RCT-Folly":
  In snapshot (Podfile.lock):
    RCT-Folly (from `../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec`)

  In Podfile:
    RCT-Folly (from `../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec`)

It seems like you've changed the version of the dependency `RCT-Folly` and it differs from the version stored in `Pods/Local Podspecs`.
You should run `pod update RCT-Folly --no-repo-update` to apply changes made locally.

⭐️解决方式
在ios项目下执行pod update RCT-Folly --no-repo-update

@MacBook-Pro ios % pod update RCT-Folly --no-repo-update 
Auto-linking React Native modules for target `Call`: RNCAsyncStorage, RNCallKeep, RNDeviceInfo, RNNotifee, RNScreens, RNSound, react-native-safe-area-context, react-native-express-engine, react-native-zim, react-native-zpns, and uikit-prebuilt-call-rn
[Codegen] Generating ./build/generated/ios/React-Codegen.podspec.json
fatal: not a git repository (or any of the parent directories): .git
Analyzing dependencies
Fetching podspec for `DoubleConversion` from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`
[Codegen] Found FBReactNativeSpec
Fetching podspec for `RCT-Folly` from `../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec`
Fetching podspec for `boost` from `../node_modules/react-native/third-party-podspecs/boost.podspec`
Fetching podspec for `glog` from `../node_modules/react-native/third-party-podspecs/glog.podspec`
Fetching podspec for `hermes-engine` from `../node_modules/react-native/sdks/hermes/hermes-engine.podspec`

————————————————
版权声明:本文为CSDN博主「在路上的小王」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。

猜你喜欢

转载自blog.csdn.net/m0_48915964/article/details/130294432