For some reasons I am using Gigya SDK
for login into my app. I have followed steps from Gigya SDK iOS. I have also added Google SignIn SDK
through pod in my project.
When I am running my project I am getting crash,
*** -[GTMSessionFetcherService fetcherWithRequest:]: message sent to deallocated instance 0x28021eca0
All was working fine before I have added Google SignIn
framework through pod. It still works fine for Facebook.
I have made a plain demo project too and it works fine in it.
In My main project, If I delete the app and install a new one. It works fine till I login through Gigya SDK
and after that it crashes everytime with the above Crash. Everything works fine in my main project when I login with Facebook
, It's only with Google SignIn I am getting this crash.
Don't know what I am missing. Any help would be appreciated. Thanks
It was mistake from our end. The settings for app on Gigya panel was wrong, we had few apps registered there, so settings got messed up. We have changed the settings and now it's working fine.