CocoaPods could not find compatible versions for pod "ReactCommon/callinvoker": In Podfile: ReactCommon/callinvoker (from `../node_modules/react-native/ReactCommon`) code example

Example 1: CocoaPods could not find compatible versions for pod "ReactCommon/jscallinvoker"

// replace 

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

//with

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

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

install pod again

Tags:

Misc Example