react-native-google-signin / google-signin

Google Sign-in for your React Native applications
https://react-native-google-signin.github.io/
MIT License
3.13k stars 876 forks source link

CocoaPods is not compatible versions for pod "GTMSessionFetcher/Core" #1139

Closed uboltabaev closed 1 year ago

uboltabaev commented 1 year ago

Hi,

Latest version of @react-native-firebase is installed on my App.

When I try to install GoogleSignin via pod install, I got such error:

` [!] CocoaPods could not find compatible versions for pod "GTMSessionFetcher/Core": In snapshot (Podfile.lock): GTMSessionFetcher/Core (< 4.0, = 3.1.0, >= 2.1)

In Podfile: RNFBAuth (from ../node_modules/@react-native-firebase/auth) was resolved to 16.7.0, which depends on Firebase/Auth (= 10.4.0) was resolved to 10.4.0, which depends on FirebaseAuth (~> 10.4.0) was resolved to 10.4.0, which depends on GTMSessionFetcher/Core (< 4.0, >= 2.1)

RNGoogleSignin (from `../node_modules/@react-native-google-signin/google-signin`) was resolved to 9.0.2, which depends on
  GoogleSignIn (~> 6.2) was resolved to 6.2.3, which depends on
    GTMSessionFetcher/Core (~> 1.1)

`

vonovak commented 1 year ago

Hello and thanks for asking, you need to update your GoogleSignIn pod to version 6.2.4

Thank you 🙂