CocoaPodsはポッド「ReactCommon / jscallinvoker」の互換性のあるバージョンを見つけることができませんでした。

ナッジ:

私はちょうどRN v0.62にアップデートとiOSでアプリを実行すると、私は次のエラーを与えます

!] CocoaPods could not find compatible versions for pod "ReactCommon/jscallinvoker":
  In snapshot (Podfile.lock):
    ReactCommon/jscallinvoker (from `../node_modules/react-native/ReactCommon`)

  In Podfile:
    ReactCommon/jscallinvoker (from `../node_modules/react-native/ReactCommon`)

None of your spec sources contain a spec satisfying the dependency: `ReactCommon/jscallinvoker (from `../node_modules/react-native/ReactCommon`)`.

私はすべてのnode_modulesを削除し、NPM私をしました。私はまた、ポッドiOSのディレクトリが、問題が持続してインストールしました。私はまた、ポッドレポの更新をしました。

ナッジ:

私はそれを把握するように、

あなたのPodfileに次の行を置き換え

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

とともに

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

おすすめ

転載: http://10.200.1.11:23101/article/api/json?id=377050&siteId=1
おすすめ