hansemannn / titanium-firebase-core

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

not building together with GoogleSigning Module(iOS) #35

Closed sandeep14 closed 5 years ago

sandeep14 commented 5 years ago

Hi, I have added this two module in My Appcelerator project. But My appcelerator not build with this module.

If I added both module individually then it building properly . but added two module in single project cause me a issue.

[ERROR] : BUILD FAILED

[ERROR] : The following build commands failed:

[ERROR] : Ld /Users/admin/Documents/Appcelerator_Studio_Workspace/testt/build/iphone/build/Products/Debug-iphonesimulator/testt.app/testt normal x86_64

[ERROR] : (1 failure)

Link for both module are

hansemannn commented 5 years ago

This has already been answered on Slack:

Remove GTMSessionFetcher.framework and GoogleToolboxForMac.framework from firebase.core. This could be handled with a precompile hook though.