I am getting this error and I have no idea how to fix it. I just added lazy loading from Apple\'s example (LazyTableImages) combined with the UIImageToDataTransformer class
UIImage doesn't conform to the NSCoding protocol, and (as such) doesn't implement encodeWithCoder:. You may want to convert your image to a data representation (e.g., PNG data) and encode that, instead.