Chapter 6 complex mapping model error

Hello,

     I read the chapter 6 and try to finish the source code about a complex mapping model section, I received error: "One or more models in this application are using transformable properties with transformer names that are either unset, or set to NSKeyedUnarchiveFromDataTransformerName. Please switch to using "NSSecureUnarchiveFromData" or a subclass of NSSecureUnarchiveFromDataTransformer instead. At some point, Core Data will default to using "NSSecureUnarchiveFromData" when nil is specified, and transformable properties containing classes that do not support NSSecureCoding will become unreadable."

   So would you please tell me how to solve it?

This topic was automatically closed after 166 days. New replies are no longer allowed.