CoreData Transformable and NSSecureCoding in iOS 13+
If you are using Transformable properties in CoreData, there is a chance (probably when dropping iOS 12 support) that you eventually face compiler warnings about your model properties not using secure Value transformers. While figuring this out, I decided to write a post, so here it is.
Continue reading “CoreData Transformable and NSSecureCoding in iOS 13+”