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

3

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"
Posted by: Guest on August-23-2020
0

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

install pod again
Posted by: Guest on August-26-2020

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

Code answers related to "Javascript"

Browse Popular Code Answers by Language