TomGrill / gdx-facebook

libGDX extension providing cross-platform support for Facebook Graph API.
Apache License 2.0
59 stars 21 forks source link

Cannot install on iOS since 1.2.1 #35

Closed MrCharli3 closed 8 years ago

MrCharli3 commented 8 years ago

Hi,

Since I updated to 1.2.1 gdx-facebook cannot install on any of my iOS devices. It worked fine on my older version. Not sure if this is a known issue. I get the standard Error, asking if I've added gdx-facebook to my build.gradle file, which I have :)

TomGrill commented 8 years ago

Are you using ios-robovm (should work) or ios-moe (not supported yet)? Did some changes, nothing related to ios but use latest version 1.2.2 please.

Additionally there were some changes with the setup for 1.2.x versions: https://github.com/TomGrill/gdx-facebook/wiki/3.-Setup-gdx-facebook

Especially:

<forceLinkClasses>    
    <pattern>de.tomgrill.gdxfacebook.ios.IOSFacebookLoader</pattern>
</forceLinkClasses>
MrCharli3 commented 8 years ago

That could be the issue, have not seen that. Also realized I was one version behind after I posted. I will test again tomorrow and let you know if the problem persists, thanks!

TomGrill commented 8 years ago

I assume this is done. Reopen if not.