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


42

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 iを実行しました。iOSディレクトリにポッドインストールも行いましたが、問題は解決しません。ポッドレポの更新も行いました。

回答:


133

だから私はそれを理解する

Podfileの次の行を置き換えます

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

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

2
これは私のために働いた!
カカヤン

WEL lのように私のための完璧を働い
Kasra

17

jscallinvokerバージョンは非推奨 だと思います

jscallinvoker 

callinvoker
弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.