Google Play Services

Hi, 

I try to build for iOS (for Android it’s all ok), but I’ve one problem with “Google Play Services”.

This is my Environment:

Mac: 10.10.5 (Yosemite) Corona: - Version: 3.0.0 - Build: 2015.2802

And this is my building.settings

plugins = { ["plugin.parse"] ={publisherId = "com.develephant" }, ["CoronaProvider.analytics.flurry"] ={publisherId = "com.coronalabs" }, ["plugin.facebook.v4"] ={publisherId = "com.coronalabs" }, ["plugin.google.play.services"] ={publisherId = "com.coronalabs" }, ["CoronaProvider.ads.vungle"] ={publisherId = "com.vungle" }, ["plugin.google.iap.v3"] ={publisherId = "com.coronalabs", supportedPlatforms = { iphone=false, android=true }}, ["CoronaProvider.gameNetwork.apple"] ={publisherId = "com.coronalabs", supportedPlatforms = { iphone=true, android=false }}, },

When build with “Copy to Device” options, this is error message, from Corona Console:

Jan 03 05:07:23.840  i<result>d: library not found for -l-lgoogle-play-services

Jan 03 05:07:23.840 clang: error: linker command failed with exit code 1 (use -v to see invocation)</result>

Jan 03 05:07:23.841 ERROR: Builder failed: ld: library not found for -l-lgoogle-play-services

Jan 03 05:07:23.841 clang: error: linker command failed with exit code 1 (use -v to see invocation)

Jan 03 05:07:23.841 BUILD ERROR: There was a problem linking the app.

Thank you!

It seems that “supportedPlatforms” does not work. Why?

I think your key for GPGS is incorrect, see here: https://docs.coronalabs.com/plugin/gameNetwork-google/index.html

It seems that “supportedPlatforms” does not work. Why?

I think your key for GPGS is incorrect, see here: https://docs.coronalabs.com/plugin/gameNetwork-google/index.html