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, але проблема зберігається. Я також робив оновлення pod repo.

Відповіді:


133

Тому я це з'ясував

Замініть наступний рядок у вашому Podfile

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

з

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

2
це працювало для мене!
Какаянн

Працював ідеально для мене, як і я
Касра

17

Я думаю, що jscallinvokerверсія застаріла, спробуйте замінити

jscallinvoker 

до

callinvoker
Використовуючи наш веб-сайт, ви визнаєте, що прочитали та зрозуміли наші Політику щодо файлів cookie та Політику конфіденційності.
Licensed under cc by-sa 3.0 with attribution required.