Is it just me or it does not work anymore on iOS 11.2 Beta? The imageRef in:
CGImageRef imageRef = CGImageCreate(width, height, 8, 32, 4 * width, colorSpaceRef, bitmapInfo, provider, NULL, YES, renderingIntent);
always return nil.
I think this issue worth checking since it can potentially break everyone code when Apple officially release 11.2...

Is it just me or it does not work anymore on iOS 11.2 Beta? The

imageRefin:CGImageRef imageRef = CGImageCreate(width, height, 8, 32, 4 * width, colorSpaceRef, bitmapInfo, provider, NULL, YES, renderingIntent);always return nil.
I think this issue worth checking since it can potentially break everyone code when Apple officially release 11.2...