You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have encountered an issue in our application affecting users on iOS 17. Our users experience crashes due to the deprecated use of UIGraphicsBeginImageContextWithOptions in the HTMLAttachmentRenderer. As UIGraphicsBeginImageContext is deprecated in iOS 17, it sometimes throws errors under certain conditions:
Fatal Exception: NSInternalInconsistencyException
UIGraphicsBeginImageContext() failed to allocate CGBitampContext: size={-1, -1}, scale=3.000000, bitmapInfo=0x2002. Use UIGraphicsImageRenderer to avoid this assert.
We have encountered an issue in our application affecting users on iOS 17. Our users experience crashes due to the deprecated use of UIGraphicsBeginImageContextWithOptions in the HTMLAttachmentRenderer. As UIGraphicsBeginImageContext is deprecated in iOS 17, it sometimes throws errors under certain conditions:
Is there a way to avoid these types of errors, perhaps by replacing UIGraphicsBeginImageContext() with UIGraphicsImageRenderer?
The text was updated successfully, but these errors were encountered: