Answers for "react native reactcommon callinvoker not found"

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 "react native reactcommon callinvoker not found"

Code answers related to "Javascript"

Browse Popular Code Answers by Language