I implemented the delegate method of Google SignIn in objective C. But I am getting the below error Error - No visible @interface for 'GIDSignIn'
- (BOOL)application:(UIApplication *)app
openURL:(NSURL *)url
options:(NSDictionary<NSString *, id> *)options{
return [[GIDSignIn sharedInstance] handleURL:url];
}
replace this and try again once , ref : Google Sign-In quick migration guide
full answer