CocoaPods could not find compatible versions for pod “ReactCommon/jscallinvoker”:

前端 未结 11 2667
清酒与你
清酒与你 2020-12-13 03:30

I just updated to RN v0.62 and running app on iOS gives me following error

!] CocoaPods could not find compatible versions for pod \"ReactCommon/jscallinvoke         


        
11条回答
  •  無奈伤痛
    2020-12-13 03:57

    I solved this issue (version 0.63) by changing the line in the Podfile from

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

    to

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

提交回复
热议问题