I need to add some NSAttributedString
settings for text to CloudKit container.
In CoreData I'm using Atribute type "Transformable". When I'm trying to add NSAttributedString
to CloudKit I have a warning message in my console log:
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Objects of class NSConcreteMutableAttributedString cannot be set on CKRecord'
Can I transform my NSAttributedString
to some type which CloudKit accepts and in which one?