Getting message in console: “CreateWrappedSurface() failed for a dataprovider-backed CGImageRef.”
问题 Updated to Xcode 7 and getting this (warning?) message while an image was being rendered in an operation: CreateWrappedSurface() failed for a dataprovider-backed CGImageRef. There was no message like this under Xcode 6.4. Got which code part threw the message: if (!self.originalImage) // @property (nonatomic, strong) UIImage *originalImage; return; CGImageRef originalCGImage = self.originalImage.CGImage; NSAssert(originalCGImage, @"Cannot get CGImage from original image"); CIImage