Post

Replies

Boosts

Views

Activity

Reply to In iOS 18 beta 5 version, setting the conversion to NSAttributedString using [.documentType: NSAttributedString.DocumentType.html] occasionally causes crashes
I had also issue. I fixed it for me by replace utf8 with unicode let htmlData = NSString(string: modifiedFont).data(using: String.Encoding.unicode.rawValue) ?? Data() let options: [NSAttributedString.DocumentReadingOptionKey: Any] = [ .documentType: NSAttributedString.DocumentType.html, .characterEncoding: String.Encoding.unicode.rawValue, ]
Oct ’24
Reply to In iOS 18 beta 5 version, setting the conversion to NSAttributedString using [.documentType: NSAttributedString.DocumentType.html] occasionally causes crashes
I had also issue. I fixed it for me by replace utf8 with unicode let htmlData = NSString(string: modifiedFont).data(using: String.Encoding.unicode.rawValue) ?? Data() let options: [NSAttributedString.DocumentReadingOptionKey: Any] = [ .documentType: NSAttributedString.DocumentType.html, .characterEncoding: String.Encoding.unicode.rawValue, ]
Replies
Boosts
Views
Activity
Oct ’24
Reply to xcode 14 freezes when running multiple tests in xctestplan
Same issue here. I really hope this will be fixed ASAP!
Replies
Boosts
Views
Activity
Nov ’22
Reply to Xcode 13 RC Communication with Apple failed.
Same Issue here
Replies
Boosts
Views
Activity
Sep ’21