Application exited voluntarily: Terminates just on the Splash Screen

0

What is the root cause of the App termination?

I am working on a Cordova iOS project, it crashes just on the Splash screen, so the Xcode debugging is not available, which the real concern for me to fix the issue quickly. I am able to use the app just tapping on the app icon on the device with no issue.

Here is the console log at the time when App terminates.

Jan 17 11:34:33 EB-iPadMini-1 com.apple.xpc.launchd[1] (UIKitApplication:com.infogain.enterprise.mCash[0xf4f0]) <Error>: The DisableASLR key is no longer respected. Please remove it.
Jan 17 11:34:33 EB-iPadMini-1 amfid[7469] <Error>:  SecTrustEvaluate  [leaf CriticalExtensions IssuerCommonName]
Jan 17 11:34:33 EB-iPadMini-1 securityd[5391] <Error>: CFReadStream domain: 12 error: 8
Jan 17 11:34:33 EB-iPadMini-1 kernel[0] <Notice>: xpcproxy[7483] Container: /private/var/mobile/Containers/Data/Application/F77E7713-8BFE-4746-95E7-FA8CD7E238A4 (sandbox)
Jan 17 11:34:33 EB-iPadMini-1 com.apple.debugserver-@(#)PROGRAM:debugserver  PROJECT:debugserver-320.2.89
[7481] <Warning>: In completion handler, got pid for bundle id, pid: 7483.
Jan 17 11:34:33 EB-iPadMini-1 com.apple.debugserver-@(#)PROGRAM:debugserver  PROJECT:debugserver-320.2.89
[7481] <Warning>: Got a connection, launched process /private/var/mobile/Containers/Bundle/Application/574754D8-E1F2-4DB7-9009-9559A6DE603C/mobilepos.app (pid = 7483).
Jan 17 11:34:34 EB-iPadMini-1 locationd[64] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
Jan 17 11:34:36 EB-iPadMini-1 mobilepos[7483] <Error>: assertion failed: 12D508: libxpc.dylib + 51931 [523FB81C-3B2D-34F3-92CD-54E730DD085F]: 0x7d
Jan 17 11:34:36 EB-iPadMini-1 Unknown[7483] <Error>: 
Jan 17 11:34:36 EB-iPadMini-1 mobilepos[7483] <Notice>: DiskCookieStorage changing policy from 2 to 0, cookie file: file:///private/var/mobile/Containers/Data/Application/F77E7713-8BFE-4746-95E7-FA8CD7E238A4/Library/Cookies/Cookies.binarycookies
Jan 17 11:34:36 EB-iPadMini-1 mobilepos[7483] <Warning>: init
Jan 17 11:34:36 EB-iPadMini-1 SpringBoard[43] <Warning>: BSXPCMessage received error for message: Connection invalid
Jan 17 11:34:36 EB-iPadMini-1 SpringBoard[43] <Warning>: BSXPCMessage received error for message: Connection invalid
Jan 17 11:34:36 EB-iPadMini-1 nsurlstoraged[5393] <Error>: Process 7483 does not have access to path /private/var/mobile/Containers/Data/Application/F77E7713-8BFE-4746-95E7-FA8CD7E238A4/Library/Caches/com.infogain.enterprise.mCash/nsurlcache/Cache.db
Jan 17 11:34:36 EB-iPadMini-1 com.apple.xpc.launchd[1] (UIKitApplication:com.infogain.enterprise.mCash[0xf4f0][7483]) <Warning>: Service exited with abnormal code: 45
Jan 17 11:34:36 EB-iPadMini-1 com.apple.debugserver-@(#)PROGRAM:debugserver  PROJECT:debugserver-320.2.89
[7481] <Warning>: 1 +0.000000 sec [1d39/1107]: error: ::read ( -1, 0x9489ec, 18446744069414585344 ) => -1 err = Bad file descriptor (0x00000009)
Jan 17 11:34:36 EB-iPadMini-1 com.apple.debugserver-@(#)PROGRAM:debugserver  PROJECT:debugserver-320.2.89
[7481] <Warning>: Exiting.
Jan 17 11:34:36 EB-iPadMini-1 SpringBoard[43] <Warning>: Unable to get short BSD proc info for 7483: No such process
Jan 17 11:34:36 EB-iPadMini-1 networkd[81] <Error>: sb_application_notification_callback Attempt to add an app with insufficient id, info {
    BKSApplicationStateAppIsFrontmost = 1;
    BKSApplicationStateExtensionKey = 0;
    SBApplicationStateDisplayIDKey = "com.infogain.enterprise.mCash";
    SBApplicationStateKey = 8;
    SBApplicationStateProcessIDKey = 7483;
    SBMostElevatedStateForProcessID = 8;
}
Jan 17 11:34:36 EB-iPadMini-1 SpringBoard[43] <Warning>: Application 'UIKitApplication:com.infogain.enterprise.mCash[0xf4f0]' exited voluntarily.
Jan 17 11:34:36 EB-iPadMini-1 assertiond[58] <Warning>: Could not set priority of <BKNewProcess: 0x17e7be60; com.infogain.enterprise.mCash; pid: 7483; hostpid: -1> to 2, priority: No such process
Jan 17 11:34:36 EB-iPadMini-1 assertiond[58] <Warning>: Could not set priority of <BKNewProcess: 0x17e7be60; com.infogain.enterprise.mCash; pid: 7483; hostpid: -1> to 4096, priority: No such process
Jan 17 11:34:36 EB-iPadMini-1 UserEventAgent[17] <Warning>: id=com.infogain.enterprise.mCash pid=7483, state=0
Jan 17 11:34:36 EB-iPadMini-1 SpringBoard[43] <Warning>: Unable to deliver -[UIRemoteApplication showTopMostMiniAlertWithSynchronizationPort:] message to port 0: (ipc/send) invalid destination port
Jan 17 11:34:36 EB-iPadMini-1 locationd[64] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
ios
xcode
debugging
crash
splash-screen
asked on Stack Overflow Jan 17, 2018 by Ravindra Gupta • edited Jan 17, 2018 by Brandon Minnick

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0