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.
  • 61,146
  • 24
  • 125
  • 222
NightFury
  • 13,436
  • 6
  • 71
  • 120

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,524
  • 1
  • 16
  • 25