Skip to content

Instantly share code, notes, and snippets.

@cedixon
Created June 29, 2020 16:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cedixon/f6a10bb24b8e04c3ad49b4c438d0d2eb to your computer and use it in GitHub Desktop.
Save cedixon/f6a10bb24b8e04c3ad49b4c438d0d2eb to your computer and use it in GitHub Desktop.
Device logs for ipa crash.
default 11:23:34.723776-0500 runningboardd Executing launch request for application<com.MY.APP.ID> (FBApplicationProcess)
default 11:23:34.723948-0500 runningboardd Submitting job: <RBLaunchdJob: 0x106307f40; UIKitApplication:com.MY.APP.ID[77fb][rb-legacy]>
error 11:23:34.724421-0500 runningboardd failed to get pid for label UIKitApplication:com.MY.APP.ID[77fb][rb-legacy] : No such process (3)
default 11:23:34.724448-0500 kernel Failed to parse entitlements: AMFIUnserializeXML: duplicate dictionary key near line 12
error 11:23:34.724504-0500 runningboardd Failed to start job for application<com.MY.APP.ID>: <NSError: 0x10630d570; domain: NSPOSIXErrorDomain; code: 3; reason: "No such process"> {
userInfo = {
RBLaunchdOperation = launch_get_running_pid_4SB;
RBLaunchdJobLabel = UIKitApplication:com.MY.APP.ID[77fb][rb-legacy];
}
}
error 11:23:34.724711-0500 runningboardd Launchd says label UIKitApplication:com.MY.APP.ID[77fb][rb-legacy] has never exited
default 11:23:34.724754-0500 runningboardd Removing job: <RBLaunchdJob: 0x106307f40; UIKitApplication:com.MY.APP.ID[77fb][rb-legacy]>
default 11:23:34.725205-0500 runningboardd Removed job with label: UIKitApplication:com.MY.APP.ID[77fb][rb-legacy]
default 11:23:34.725466-0500 runningboardd Silently discarding acquired but invalid 28-56-391 (target:application<com.MY.APP.ID>)
default 11:23:34.725553-0500 runningboardd Finished acquiring assertion 28-56-391 (target:application<com.MY.APP.ID>)
default 11:23:34.725598-0500 SpringBoard Deactivating wallpaper orientation source ActiveOrientation
error 11:23:34.725826-0500 SpringBoard Bootstrapping failed for <FBApplicationProcess: 0x143877970; application<com.MY.APP.ID>:-1> with error: <NSError: 0x2837f9230; domain: RBSRequestErrorDomain; code: 5; reason: "The launchd job couldn't be started."> {
underlyingError = <NSError: 0x2837fa760; domain: NSPOSIXErrorDomain; code: 3; reason: "No such process"> {
userInfo = {
RBLaunchdOperation = launch_get_running_pid_4SB;
RBLaunchdJobLabel = UIKitApplication:com.MY.APP.ID[77fb][rb-legacy];
}
};
}
default 11:23:34.725913-0500 SpringBoard application<com.MY.APP.ID> Now flagged as pending exit for reason: Bootstrap failed
default 11:23:34.725961-0500 SpringBoard application<com.MY.APP.ID> Setting process task state to: Not Running
error 11:23:34.726043-0500 SpringBoard No exit context returned for failed launch! <FBApplicationProcess: 0x143877970; application<com.MY.APP.ID>:-1>
default 11:23:34.726166-0500 SpringBoard application<com.MY.APP.ID> Process exited: <RBSProcessExitContext; unknown>.
default 11:23:34.726370-0500 SpringBoard Removing: <FBApplicationProcess: 0x143877970; application<com.MY.APP.ID>:-1>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment