Has anyone had success with implementing GoogleSignin with cinterop. I'm unable to create the static .a file for this library 🤔.
Is there any project on github that could be of help?
p
Parthasarathy
11/11/2023, 10:08 AM
We are using it with kotlin cocoapods plugin in a company project. May be that's worth a try ?
d
Dan River
11/11/2023, 10:20 AM
Can you use cocoapods plugin in a non cocoapod project( I mean where shared library is linked statically)
I wonder if that is possible
p
Parthasarathy
11/11/2023, 10:50 AM
Well technically that's possible, but that requires some manual work for linking the pods in the xcode project. But I would recommend using cocoapods plugin, it handles a lot for you. We used to have custom cinterops but in long term it's a lot of maintenance.