Skip to content

Instantly share code, notes, and snippets.

@ryotarai
Last active December 11, 2015 18:08
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 ryotarai/4639449 to your computer and use it in GitHub Desktop.
Save ryotarai/4639449 to your computer and use it in GitHub Desktop.
iSSH crashed and exited when "Mosh Compatibility" is turned on.
Jan 26 10:06:03 unknown iSSH[338] <Error>: +[NSIndexPath indexPathForItem:inSection:]: unrecognized selector sent to class 0x3f85ccb4
Jan 26 10:06:03 unknown iSSH[338] <Error>: *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '+[NSIndexPath indexPathForItem:inSection:]: unrecognized selector sent to class 0x3f85ccb4'
*** First throw call stack:
(0x37e8f88f 0x331c0259 0x37e9292f 0x37e91915 0x37dec650 0x36cbc1 0x37de93fd 0x30c83e07 0x30c83dc3 0x30c83da1 0x30c83b11 0x370ab933 0x37e63a33 0x37e63699 0x37e6226f 0x37de54a5 0x37de536d 0x362c8439 0x30c96cd5 0x72409 0x6f818)
Jan 26 10:06:03 unknown ReportCrash[347] <Notice>: MS:Notice: Installing: (null) [ReportCrash] (690.10)
Jan 26 10:06:04 unknown ReportCrash[347] <Notice>: Formulating crash report for process iSSH[338]
Jan 26 10:06:04 unknown com.apple.launchd[1] <Warning>: (UIKitApplication:com.yourcompany.iSSH[0x3a6f]) Job appears to have crashed: Abort trap: 6
@ryotarai
Copy link
Author

iSSH crashed and exited when "Mosh Compatibility" is turned on.
The reason is that the selector "+[NSIndexPath indexPathForItem:inSection:]" doesn't exist in iOS 5.

Env: iPad / iOS 5.1.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment