I had an app built using SwiftUI and used to work without any issues, but when I build it for iOS 14 the app became very slow and the console began showing this message:
Does anyone has a better way for storing NSAttributedString in Core Data for iOS 14 ?
After investigating, I concluded that using NSAttributedString in Core Data as Transformable object is the reason.'NSKeyedUnarchiveFromData' should not be used to for un-archiving and will be removed in a future release
Does anyone has a better way for storing NSAttributedString in Core Data for iOS 14 ?