DATAStack
DATAStack copied to clipboard
100% Swift Simple Boilerplate Free Core Data Stack. NSPersistentContainer
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...