Layer backing store dimensions too large

Hello, community.

In my App, I'm using a UITextView to display some attribute text which may be super long in size.

In the iOS 11 device, everything works fine and the text is correctly displayed. But on my iPhone 6 Plus (iOS 12 beta1 & beta2) device, nothing is displayed in the screen and I get a blank view with this log:


[Render] Layer backing store dimensions too large [1170 63960] > 16384


I don't know it's a bug or designated behavior. Any information is welcomed.

Replies

Yes, I have the same problem.

[Render] Layer backing store dimensions too large [1035 17151] > 16384

I am having this same issue. Everything worked fine on iOS 11. Any suggestions on how to fix in iOS 12?