Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash when using FirebaseAuth #141

Closed
anthonysoulier opened this issue Jan 18, 2023 · 3 comments
Closed

Crash when using FirebaseAuth #141

anthonysoulier opened this issue Jan 18, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@anthonysoulier
Copy link

Hello,
When using URLSessionProxyDelegate.enableAutomaticRegistration() our app is crashing when Firebase tries to refresh the access token.
The crash is caused by an NSInvalidArgumentException exception

Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[GTMSessionFetcher setFetcher:forTask:]: unrecognized selector sent to instance 0x12e713340'

Screenshot 2023-01-18 at 11 29 12

Screenshot 2023-01-18 at 11 27 36

@kean kean added the bug Something isn't working label Jan 20, 2023
@kean
Copy link
Owner

kean commented Feb 5, 2023

I'm not sure if there is anything I can do to fix that. I suggest either registering URLSessionProxyDelegate manually or using full manual logging. More info here.

@kean
Copy link
Owner

kean commented Feb 11, 2023

Addressed in #155

@kean kean closed this as completed Feb 11, 2023
@anthonysoulier
Copy link
Author

Thanks for addressing this, seems to be working now!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants