You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 5, 2019. It is now read-only.
In CoreData entity (child of NSManagedObject) work little bit tricky. Doc says:
NSManagedObject uses dynamic class generation to support the Objective-C 2
properties feature (see “Objective-C 2 Support”) by automatically creating a subclass of
your class appropriate for your entity. This is also typically transparent to you, however
whereas NSManagedObject’s class method returns your class, the Objective-C
function object_getClass returns the dynamically-generated class.
In CoreData entity (child of NSManagedObject) work little bit tricky. Doc says:
This leads to the fact that in
property == nil
The text was updated successfully, but these errors were encountered: