CocoaPods がポッド「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 ブロガー "Xiao Wang on the road" のオリジナル記事です。CC 4.0 BY-SA 著作権契約に従って、オリジナルを添付してください。リンクとこのステートメントを転載するためのソース。

おすすめ

転載: blog.csdn.net/m0_48915964/article/details/130294432
おすすめ