CoreStore icon indicating copy to clipboard operation
CoreStore copied to clipboard

Unleashing the real power of Core Data with the elegance and safety of Swift

Results 102 CoreStore issues
Sort by recently updated
recently updated
newest added

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...

question

![Screen Shot 2019-07-19 at 4 42 14 PM](https://user-images.githubusercontent.com/38202068/61531544-bef90680-aa44-11e9-8b8e-78fe617d07cf.png) I have above structure. Description : **Server** entity have three attributes. **Name** - **Type** _localId_ - UUID _serverId_ - UUID _SyncFlag_ -...

question

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...

question

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...

question

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.

question

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...

enhancement
help wanted

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...

question
in progress

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...

looking for workarounds
ios/compiler bug