I followed all the steps listed on developers.google.com.
When i try to do
#import <GoogleSignIn/GoogleSignIn.h> [GIDSignIn sharedInstance].clientID = kClientID;
Got the client id from my plist file.
But it shows linker errors like
Undefined symbols for architecture x86_64: "_OBJC_CLASS_$_SFSafariViewController", referenced from: objc-class-ref in GoogleSignIn(GIDSignIn.o) ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation)
early.
source share