Google SignIn On production (deploy on Appstore)

When clicking on the button to login with google the app closes, but this happens in testFligt, compiling from Xcode works fine.

It was working fine I don't know what happened

Line of te crash GIDSignIn.sharedInstance().signIn()

Crash report Apple "exception" : {"codes":"0x0000000000000000, 0x0000000000000000","rawCodes":[0,0],"type":"EXC_CRASH","signal":"SIGABRT"}, "ktriageinfo" : "VM - pmap_enter failed with resource shortage\n", "asi" : {"libsystem_c.dylib":["abort() called"]}, "lastExceptionBacktrace" : [{"imageOffset":627336,"symbol":"__exceptionPreprocess","symbolLocation":220,"imageIndex":6},{"imageOffset":91972,"symbol":"objc_exception_throw","symbolLocation":60,"imageIndex":4},{"imageOffset":983952,"symbol":"__CFDictionaryCreateGeneric","symbolLocation":0,"imageIndex":6},{"imageOffset":23951264,"imageIndex":5},{"imageOffset":23949400,"imageIndex":5},{"imageOffset":1080940,"imageIndex":5},{"imageOffset":4999612,"symbol":"-[UIApplication sendAction:to:from:forEvent:]","symbolLocation":100,"imageIndex":8},{"imageOffset":6222708,"symbol":"-[UIControl sendAction:to:forEvent:]","symbolLocation":128,"imageIndex":8},{"imageOffset":3588968,"symbol":"-[UIControl _sendActionsForEvents:withEvent:]","symbolLocation":356,"imageIndex":8},{"imageOffset":4231288,"symbol":"-[UIButton _sendActionsForEvents:withEvent:]","symbolLocation":160,"imageIndex":8},{"imageOffset":6923564,"symbol":"-[UIControl touchesEnded:withEvent:]","symbolLocation":520,"imageIndex":8},{"imageOffset":1512940,"symbol":"-[UIWindow _sendTouchesForEvent:]","symbolLocation":980,"imageIndex":8},{"imageOffset":1714288,"symbol":"-[UIWindow sendEvent:]","symbolLocation":4408,"imageIndex":8},{"imageOffset":3474056,"symbol":"-[UIApplication sendEvent:]","symbolLocation":824,"imageIndex":8},{"imageOffset":1532240,"symbol":"__dispatchPreprocessedEventFromEventQueue","symbolLocation":7856,"imageIndex":8},{"imageOffset":1486504,"symbol":"__processEventQueue","symbolLocation":6616,"imageIndex":8},{"imageOffset":1508392,"symbol":"__eventFetcherSourceCallback","symbolLocation":172,"imageIndex":8},{"imageOffset":766996,"symbol":"CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION","symbolLocation":28,"imageIndex":6},{"imageOffset":836000,"symbol":"__CFRunLoopDoSource0","symbolLocation":208,"imageIndex":6},{"imageOffset":22164,"symbol":"__CFRunLoopDoSources0","symbolLocation":268,"imageIndex":6},{"imageOffset":45148,"symbol":"__CFRunLoopRun","symbolLocation":828,"imageIndex":6},{"imageOffset":125896,"symbol":"CFRunLoopRunSpecific","symbolLocation":600,"imageIndex":6},{"imageOffset":4980,"symbol":"GSEventRunModal","symbolLocation":164,"imageIndex":7},{"imageOffset":5326408,"symbol":"-[UIApplication _run]","symbolLocation":1100,"imageIndex":8},{"imageOffset":2710928,"symbol":"UIApplicationMain","symbolLocation":364,"imageIndex":8},{"imageOffset":18980,"imageIndex":5},{"imageOffset":105700,"symbol":"start","symbolLocation":520,"imageIndex":9}],

Google SignIn On production (deploy on Appstore)
 
 
Q