Hello!
I have a project created with LibGDX and has gradle dependencies on Box2D. It runs perfectly on Desktop but has a ‘UnsatisfiedLinkError’ when it is ran on an IOS device. My module is setup correctly and my build.gradle seems to be correct. TomSKI of LibGDX think it is an issue with my proguard.cfg file but I have had no luck yet. I have tried re-downloading MOE (I use 1.4.0) but no luck.
build.gradle: https://pastebin.com/BwP0gcFM
stacktrace: https://pastebin.com/j9ddNPEh
Any ideas?
Thank you in advanced!
- Jacob