I use the google sign in an iOS app, but it shows me an error.
I used Cocoapods to add sdk. when I do all the settings in the project and run the application, getting this
GOOGLE_APP_ID either in the plist file 'GoogleService-Info.plist' or the one set in the custom settings is not valid. If you are using a plist file, use the version of the iOS package identifier to download the file, and do not manually edit GOOGLE_APP_ID. You can change your application package identifier to '(null)'. Or you can download a new configuration file matching your package ID https://console.firebase.google.com/ and replace the current one.
and all that I added correctly, I donβt know why its not working. Before it worked, I updated my pod file to get the last google sign.
my pod file has pod 'google / signin' when i install pod (pod have) its added
Installing FirebaseAnalytics (3.2.0) Installing FirebaseInstanceID (1.0.6)
I do not know why this happened, even I did not add anything related to Firebase.
this is my dependency analysis loading dependencies
Installing FirebaseAnalytics (3.2.0) Installing FirebaseInstanceID (1.0.6) Installing Google (3.0.3) Installing GoogleAppUtilities (1.1.1) Installing GoogleAuthUtilities (2.0.1) Installing GoogleInterchangeUtilities (1.2.1) Installing GoogleNetworkingUtilities (1.2.1) Installing GoogleSignIn (4.0.0) Installing GoogleSymbolUtilities (1.1.1) Installing GoogleUtilities (1.3.1) Generating Pods project Integrating client project [!] Please close any current Xcode sessions and use `googletest.xcworkspace` for this project from now on. Sending stats
Why does it install Firebase dependencies and google sign
How to solve this problem.
source share