Ios swift – NSSecureCoding how to override the required supportsSecureCoding in a subclass
I'm trying to resolve this runtime error on an iOS project using swift 5 The class must implement +supportsSecureCoding and return YES to verify that its implementation of -initWithCoder: is secure coding compliant." UserInfo={NSDebugDescription=Class 'Divinstructor.ResultDE' has a superclass that supports…