PDA

View Full Version : Error Help [NSBigMutableString _getBlockStart:end:contentsE...




varsis
Dec 15, 2009, 02:13 PM
12/11/09 10:58:53 PM Code Cutter[1924] Exception raised during background layout: *** -[NSBigMutableString _getBlockStart:end:contentsEnd:forRange:stopAtLineSeparators:]: Range or index out of bounds
12/11/09 10:58:53 PM Code Cutter[1924] *** -[NSBigMutableString _getBlockStart:end:contentsEnd:forRange:stopAtLineSeparators:]: Range or index out of bounds

I have no idea what this error means can someone explain it to me?

Thanks
Chris



MrFusion
Dec 15, 2009, 02:27 PM
12/11/09 10:58:53 PM Code Cutter[1924] Exception raised during background layout: *** -[NSBigMutableString _getBlockStart:end:contentsEnd:forRange:stopAtLineSeparators:]: Range or index out of bounds
12/11/09 10:58:53 PM Code Cutter[1924] *** -[NSBigMutableString _getBlockStart:end:contentsEnd:forRange:stopAtLineSeparators:]: Range or index out of bounds

I have no idea what this error means can someone explain it to me?

Thanks
Chris

The range or index is larger than the size of your string. You are trying to access that what does not exist.