Answers for "cocoapods could not find compatible versions for pod m1"

4

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 "Capacitor":

platform :ios, '15.0' // Change this from 11 to 15
Posted by: Guest on January-06-2022

Code answers related to "cocoapods could not find compatible versions for pod m1"

Code answers related to "Javascript"

Browse Popular Code Answers by Language