My app crashes at launch; doesn't get past splash screen. The log only shows the following...no Java stack trace. (Is that normally shown?)
kernel[0] <Notice>: xpcproxy[10511] Container: /private/var/mobile/Containers/Data/Application/B30DA881-46F1-4C96-9D6F-1BDA79D3C0DD (sandbox)
May 8 12:32:54 Darrens-iPhone-6 locationd[9091] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
May 8 12:32:54 Darrens-iPhone-6 com.apple.xpc.launchd[1] (UIKitApplication:com.mypackage[0x9152][10511]) <Warning>: Service exited with abnormal code: 1
May 8 12:32:54 Darrens-iPhone-6 SpringBoard[54] <Warning>: Application 'UIKitApplication:com.mypackage[0x9152]' exited voluntarily.
May 8 12:32:54 Darrens-iPhone-6 assertiond[64] <Warning>: Could not set priority of <BKNewProcess: 0x13d703510; com.mypackage; pid: 10511; hostpid: -1> to 2, priority: No such process
May 8 12:32:54 Darrens-iPhone-6 assertiond[64] <Warning>: Could not set priority of <BKNewProcess: 0x13d703510; com.mypackage; pid: 10511; hostpid: -1> to 4096, priority: No such process
This was running fine on robovm 1.0.0 and libgdx 1.5.1, but I just updated to robovm 1.2.0 and libgdx 1.6.0. I use a BlueRiverInteractive library for Game Center.
I'd appreciate any insight or ideas about this.
Side notes:
Is there a way to view the log in intelliJ? I had to grab this from Xcode.
Will I get more useful log info if I get a paid license, or does that just add debugging? (I will eventually get a paid license, but I'm putting it off for a bit because I'm not very far into iOS specific stuff yet.