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

前端 未结 11 2686
清酒与你
清酒与你 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:53

    In case anyone is still having issues with React Native Version 0.63.0 then this worked for me

    Updating the callinvoker pod as follows

    pod 'React-callinvoker', :path => "#{rnPrefix}/ReactCommon/callinvoker"
    

提交回复
热议问题