I have an libGDX iOS application that works perfectly when testing in Eclipse via Run as iOS Device or Run as Simulator. However, when I use RoboVM Tools -> Package for App Store to get an .IPA file that I install on my iPad, it crashes after the libGDX splash screen.
It isn't a problem with provisionals or certificates since my Run Configurations are exactly the same as the options I used to export.
This problem seems to be pretty common after gradle build, but I have not found a solution yet. Can someone shed some light?
Thanks!!!