hansemannn / titanium-firebase-core

Use the Firebase Core SDK in the Titanium SDK 🚀
Other
31 stars 23 forks source link

iOS: The "GTMSessionFetcher" and "GoogleToolboxForMac" frameworks need to be removed when using Ti.GoogleSignIn #34

Closed hansemannn closed 3 years ago

hansemannn commented 5 years ago

When using this module together with Ti.GoogleSinIn, the above frameworks need to be removed with a small hook, so duplicate symbols can be prevented.

fahad86 commented 5 years ago

an intermediate fix for anyone looking for one: https://stackoverflow.com/a/41569955/2594721

hansemannn commented 3 years ago

This is not an issue anymore, since Google solved this on their peer dependency side