CocoaPods, “ReactCommon / jscallinvoker” kapsülü için uyumlu sürümler bulamadı:


42

RN v0.62'ye yeni güncelledim ve iOS'ta uygulama çalıştırmak bana aşağıdaki hatayı veriyor

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

Tüm node_modules'leri sildim ve npm i yaptım. Ayrıca iOS dizinine pod kurulumu yaptım ancak sorun devam ediyor. Ayrıca pod repo güncellemesi yaptım.

Yanıtlar:


133

Ben de anladım

Podfile'ınızdaki aşağıdaki satırı değiştirin

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

ile

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

2
bu benim için çalıştı!
Kakajann

Wel l
Kasra

17

Bence jscallinvokersürüm onaylanmadı değiştirmeyi deneyin

jscallinvoker 

için

callinvoker
Sitemizi kullandığınızda şunları okuyup anladığınızı kabul etmiş olursunuz: Çerez Politikası ve Gizlilik Politikası.
Licensed under cc by-sa 3.0 with attribution required.