I thought I was getting ready to submit my app to the App Store but maybe not. I have been doing extensive testing on my 'new iPad' and my app looks good.
When I loaded the app on my 'iPad 1', it wouldn't run. The 'splashscreen' comes up but nothing else. I put "answer" statements in it to see where it is aborting and it looks like it isn't even getting to the first statement (set the defaultFolder to specialFolderPath("Documents")) in openStack. I have no preOpenStack commands.
A few months ago, I tested this app on my iPad 1 and it was fine. However, it did have a different name, different splashscreen and different icon but I don't know why that would matter. There is no entry in the 'crash log'. So close and yet so far.
Any help here is greatly appreciated because I don't even know where to begin to troubleshoot this. Both iPads are running 5.1.1 and I am using LiveCode 5.5.1.
App won't run on original iPad but is OK on new iPad
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
-
- Posts: 58
- Joined: Mon Dec 05, 2011 5:35 pm
-
- Posts: 58
- Joined: Mon Dec 05, 2011 5:35 pm
Re: App won't run on original iPad but is OK on new iPad
Some additional info from the 'Console':
>
Jul 6 10:17:42 unknown kernel[0] <Debug>: launchd[676] Builtin profile: container (sandbox)
Jul 6 10:17:42 unknown kernel[0] <Debug>: launchd[676] Container: /private/var/mobile/Applications/417C771C-594A-4931-93BD-97AF8BCA19A8 [69] (sandbox)
>
Jul 6 10:17:48 unknown MobileMail[671] <Warning>: Received memory warning.
Jul 6 10:17:48 unknown SpringBoard[52] <Warning>: Received memory warning.
Jul 6 10:17:49 unknown UserEventAgent[12] <Notice>: jetsam: kernel termination snapshot being created
Jul 6 10:17:49 unknown com.apple.launchd[1] <Notice>: (UIKitApplication:com.junovo.numberwizard[0x83d7]) Exited: Killed: 9
Jul 6 10:17:49 unknown com.apple.launchd[1] <Notice>: (UIKitApplication:com.apple.mobilemail[0xaae5]) Exited: Killed: 9
Jul 6 10:17:49 unknown SpringBoard[52] <Warning>: Application 'Wizard' exited abnormally with signal 9: Killed: 9
>
Jul 6 10:17:50 unknown SpringBoard[52] <Warning>: Application 'Mail' exited abnormally with signal 9: Killed: 9
Jul 6 10:17:50 unknown kernel[0] <Debug>: launchd[679] Builtin profile: MobileMail (sandbox)
>
Jul 6 10:17:51 unknown ReportCrash[678] <Notice>: Saved crashreport to /Library/Logs/CrashReporter/LowMemory-2012-07-06-101751.plist using uid: 0 gid: 0, synthetic_euid: 0 egid: 0
>
Jul 6 10:17:42 unknown kernel[0] <Debug>: launchd[676] Builtin profile: container (sandbox)
Jul 6 10:17:42 unknown kernel[0] <Debug>: launchd[676] Container: /private/var/mobile/Applications/417C771C-594A-4931-93BD-97AF8BCA19A8 [69] (sandbox)
>
Jul 6 10:17:48 unknown MobileMail[671] <Warning>: Received memory warning.
Jul 6 10:17:48 unknown SpringBoard[52] <Warning>: Received memory warning.
Jul 6 10:17:49 unknown UserEventAgent[12] <Notice>: jetsam: kernel termination snapshot being created
Jul 6 10:17:49 unknown com.apple.launchd[1] <Notice>: (UIKitApplication:com.junovo.numberwizard[0x83d7]) Exited: Killed: 9
Jul 6 10:17:49 unknown com.apple.launchd[1] <Notice>: (UIKitApplication:com.apple.mobilemail[0xaae5]) Exited: Killed: 9
Jul 6 10:17:49 unknown SpringBoard[52] <Warning>: Application 'Wizard' exited abnormally with signal 9: Killed: 9
>
Jul 6 10:17:50 unknown SpringBoard[52] <Warning>: Application 'Mail' exited abnormally with signal 9: Killed: 9
Jul 6 10:17:50 unknown kernel[0] <Debug>: launchd[679] Builtin profile: MobileMail (sandbox)
>
Jul 6 10:17:51 unknown ReportCrash[678] <Notice>: Saved crashreport to /Library/Logs/CrashReporter/LowMemory-2012-07-06-101751.plist using uid: 0 gid: 0, synthetic_euid: 0 egid: 0
-
- Posts: 58
- Joined: Mon Dec 05, 2011 5:35 pm
Re: App won't run on original iPad but is OK on new iPad
Based on the Console information above, I killed some of my animation and it seems to be working now. Not thrilled about doing that but at least it's working now.