Swift And CoreData With Custom Class As Transformable Object
问题 I am trying to use a custom class with swift and CoreData as a transformable object. I have been wasting hours trying to figure it out but cannot. I keep getting two errors: Property cannot be marked @NSManaged because its type cannot be represented in Objective-C and Property cannot be declared public because its type uses an internal type. Help is greatly appreciated. Thanks. I have a CoreData object named User. I also have an object named Site. I don't want the Site object to be a CoreData