DATAStack icon indicating copy to clipboard operation
DATAStack copied to clipboard

100% Swift Simple Boilerplate Free Core Data Stack. NSPersistentContainer

Results 5 DATAStack issues
Sort by recently updated
recently updated
newest added

Hi, I try to install the library via Cocoapods (in a freshly created Objective-C demo project) and I got the error below: > [!] Unable to determine Swift version for...

My data model is being created, but when I try to write to it I get a nilError, this happens with a background context and with a main thread context,...

Hey! Regarding #102 - that might solve the issue, what do you think?

Hi, I am using a DataStack created as follows: ```self.dataStack = DATAStack(modelName: "money", isExcludedFromBackup: false)``` This should then be included in iTunes/iCloud backups. I wanted to check this, so I...