Some character display on iOS 26 cause crash
Special character display causes crash on iOS26
Thanks for reporting the issue. Do you have a feedback report yet? If not, would you mind file a feedback report for us, and share your report ID here for folks to track?
Best,
——
Ziqiao Chen
Worldwide Developer Relations.
we have the same issue!
I also encountered this issue and temporarily solved it by handling the string locally. You can check out my GitHub for reference: https://github.com/Joker-388/FixiOS26CoreTextCrash/tree/main
We’ve added a temporary safeguard for iOS 26: when rendering or calculating text width and height, we strip out the following Unicode characters: “\u{200d}\u{200a}\u{200b}\u{200c}\u{200e}\u{200f}”.