CoreStore
CoreStore copied to clipboard
Unleashing the real power of Core Data with the elegance and safety of Swift
Hi! I've been using this amazing library since 2 years ago but I'm experiencing many crashes in a class named DefaultLogger since March. I don't really know where the problem...
 I have above structure. Description : **Server** entity have three attributes. **Name** - **Type** _localId_ - UUID _serverId_ - UUID _SyncFlag_ -...
I faced with the issue that I never get code called group.leave() line. Looks like when we use DispatchGroup() waiting for all async calls but it does not call CoreStore...
Hi, I would like to upgrade the library in my project. I saw it has breaking changes. Is it safe to use `try?` it like below? Old Code ====== ```swift...
Would you like to tell me the right way to make a FetchedResultsController? `let fecthController = dataStack.createFetchedResultsController(From(), SectionBy("name"), OrderBy(.ascending("foodID")))` With above code, fetchedObjects is always nil.
Hi there, I have notifications extension. So each time I receive push-notification app makes changes to base. If app is not running - everything is ok. All new data on...
I have an uriRepresentation of an NSManagedObject saved somewhere in my app, and I want to fetch that object using CoreStore. Problem is, `NSPersistentStoreCoordinator().managedObjectID(forURIRepresentation: url)` always returns nil for me....
I was using CoreStore for a very long time. Today I just updated in to the newest version. It things get little bit complicated for me. I am unable to...
Point model have field **_@NSManaged public var captured: Date_** when I try `let points: [Point] = CoreStore.fetchAll(From()) // get all points` points array have many points fetched from database `let...
Hi! I'm using your library in several projects and love it. It works great and the problem seems to occur only on new Apple devices which is a mystery for...