CocoaPods non è riuscito a trovare versioni compatibili per il pod "ReactCommon / jscallinvoker":


42

Ho appena aggiornato a RN v0.62 e l'esecuzione di app su iOS mi dà il seguente errore

!] 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`)`.

Ho eliminato tutti i node_modules e ho fatto npm i. Ho anche installato pod nella directory iOS ma il problema persiste. Ho anche fatto l'aggiornamento del repository pod.

Risposte:


134

Quindi lo capisco

Sostituisci la seguente riga nel tuo Podfile

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

con

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

2
questo ha funzionato per me!
Kakajann,

Ha funzionato perfettamente per me come wel l
Kasra

17

Penso che la jscallinvokerversione sia obsoleta, prova a sostituirla

jscallinvoker 

per

callinvoker
Utilizzando il nostro sito, riconosci di aver letto e compreso le nostre Informativa sui cookie e Informativa sulla privacy.
Licensed under cc by-sa 3.0 with attribution required.