App getting crash when click on GoogleSignIn button

后端 未结 8 721
隐瞒了意图╮
隐瞒了意图╮ 2020-12-01 15:54

I am using Google Sign-In SDK 4.0.1. When I press googleSignInButton then app will be crash. And gave below error, how to fix this:

Terminating app due to un         


        
8条回答
  •  庸人自扰
    2020-12-01 16:18

    I've also waste over 4hours for similar logs (I'm developing ios app by flutter with VScode)

    For me the main problem was GoogleService-Info.plist was not truly in the Runner directory.

    I MUST had to add the GoogleService-Info.plist by XCODE, by right clicking Runner and add files button.

    For overall, I learn that The flutter debugger(or vscode plugin?) does not give full information about the error.

    Please look this for more information https://github.com/flutter/flutter/issues/22536

    Check this image for what the 'Right clicking Runner and than add files'

提交回复
热议问题