Something is trying to access data outside of bound:
'NSRangeException', reason: '*** -[_NSInlineData subdataWithRange:]: range {2, 6} exceeds data length 4'
abort() called
terminating with uncaught exception of type NSException
Range {2, 6} is a length of 5.
Are you using subDataWithRange by any chance?