You need to declare the property as dynamic so CBLModel will know it’s persistent (same as with Core Data.) The Swift syntax for that is @NSManaged
.
You need to declare the property as dynamic so CBLModel will know it’s persistent (same as with Core Data.) The Swift syntax for that is @NSManaged
.