Hello,
I’m experiencing strange bug with my app on iOS 6.1.6 (4th gen iPod).
The app crashes on start when I build it with corona simulator and send it to the test device.
Here’s the crashlog:
Library not loaded: /System/Library/Frameworks/GameController.framework/GameController Reason: image not found
As far as I know, the Game Controller framework is available only on devices with iOS 7 or higher.
So here’s my question - why does the corona try to load this framework on iOS 6 device?