Hi,
I am tracking my app crashes via crashlytics(highly recommended). I had %75 crash-free users 2 months ago. I fixed most of them. But I am getting one weird crash which I can not create on my devices or simulators.
Crashlytics and xcode crash output.
Comments
http://crashes.to/s/b314de443b7
Just in case, here is the game link
https://itunes.apple.com/us/app/word-search-colorful/id543054341?mt=8
[UIWindow _supportedInterfaceOrientationsForRootViewController
calls
Do you remember which Gideros version are you using there?
[UIWindow _supportedInterfaceOrientationsForRootViewController
supposed to call this method:
https://github.com/gideros/gideros/blob/master/ios/GiderosiOSPlayer/GiderosiOSPlayer/ViewController.m#L179-L195
but instead it is calling itself.
I did not find any changes in ios9 about that, and I don't have my own ios9 device.
Does it happen in every run, or only in some specific cases?