Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

CocoaPods could not find compatible versions for pod "GoogleSignIn": In Podfile: GoogleSignIn

Tags:

ios

cocoapods

How to solve this error ?

My Podfile looks like this :

  pod 'Firebase/Core'
  pod 'Firebase/Auth'
  pod 'GoogleSignIn'
end
like image 961
SI M Avatar asked Nov 28 '25 03:11

SI M


1 Answers

First step, you could check if the pod repo needs an update. Use the below command to update :

pod repo update

Post that, try deleting "Podfile.lock" file and "Pods" folder inside your project directory. And then run the below commands in sequence :

pod deintegrate
 
pod install
 
pod update
like image 126
Girish K T Avatar answered Nov 30 '25 23:11

Girish K T



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!