react-native-google-signin/google-signin

Terminating app due to uncaught exception 'NSInvalidArgumentException'

Closed this issue · 2 comments

[CoreFoundation] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Your
app is missing support for the following URL schemes: some_id
*** First throw call stack:
(
0 CoreFoundation 0x00000001804ae0f8 __exceptionPreprocess + 172
1 libobjc.A.dylib 0x0000000180087db4 objc_exception_throw + 56
2 CoreFoundation 0x00000001804ae008 -[NSException initWithCoder:] + 0
3 JimmyChef 0x000000010165df90 -[GIDSignIn signInWithOptions:] + 444
4 JimmyChef 0x000000010165cd8c -[GIDSignIn
signInWithPresentingViewController:hint:additionalScopes:completion:] + 208
5 JimmyChef 0x0000000101af64d4 __43-[RNGoogleSignin
signIn:resolver:rejecter:]_block_invoke + 372
6 libdispatch.dylib 0x0000000180170104 _dispatch_call_block_and_release + 24
7 libdispatch.dylib 0x0000000180171978<…>

hey guys, today while debugging this error is happened with my app. I don't change any setting or configs yet, i was debugging the ui issues and fixing it and after rebuilding my app using npm run ios, this error is blocking and crashing the app.

i reviewed the @vonovak answer but all the settings is correct for my project, i checked for clarifying i have url schema types properly placed as said in docs, and as i said it was working before i change the ui and installed some plugins