Home > Software design >  Google Signin Delegate method not found in Swift
Google Signin Delegate method not found in Swift

Time:02-01

want to implement the googleSign integration in form.When I trying to get the GISDelegate method in appDelegate file there is no method available so how i can get this method in swift. enter image description here

CodePudding user response:

Hi Muhammad Abdul Faheem,

Try to update podfile by command pod update and delete derived data by following these steps:

1.Open your project,Go to files -> Workspace Settings

Then you will find a derived data location with an arrow:-

Just click on that arrow,after that you will find a folder named derived data, delete all the files inside derived data folder. Then it will working fine.

Check Screenshot here

  •  Tags:  
  • Related