0

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:

enter image description here

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.

Artjom B.
  • 59,901
  • 24
  • 121
  • 211
NightFury
  • 13,092
  • 6
  • 68
  • 113

1 Answers1

0

Instructions and the required libraries for building can be found on the plugin repository readme page:

Specifically you need: Google Plus SDK for iOS Google Play Games C++ SDK

There are some compiler flag settings you also need to modify, so pay special attention to that.

Clayton Wilkinson
  • 4,394
  • 1
  • 15
  • 25