running this line
let nsAttributedString = try? NSAttributedString(data: Data(text.utf8), options: [.documentType: NSAttributedString.DocumentType.html], documentAttributes: nil)
anywhere in the context id SwiftUI, even if the NSAttrubutedString is not used in SwiftUI, created this problem for me.
(iOS 17.2)
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags: