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

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

    I think jscallinvoker version is deprecated try to replacing

    jscallinvoker 
    

    to

    callinvoker
    

提交回复
热议问题