I have been able to integrate the broken Google Play Services with unity iOS Project to an extent. I downloaded files from here. Lots of header files were missing, so I downloaded header files from Robovm iOS Bindings. I have included all necessary bundles and frameworks, but still getting following compiler errors:
The files mentioned in the figure are framework header files, I have already given path in build settings.
Moreover, there is neither definition file for headers nor any library provided by google, then how will I resolve this issue?
Please give me some directions to solve this problem. Thanks.