I'm Doing Login with GPP in my Application used latest GPP pod as pod 'google-plus-ios-sdk', Now I want Google App invite in my application. For That I added first pod 'Google/SignIn', Which is working fine. But once I add pod 'Google/AppInvite' it generates duplicate files error with GPP framewok.
Is there any way by with i can have both frameworks in my app i.e 'google-plus-ios-sdk' and 'Google/AppInvite'
Thanks Ashwin.