-
Whenever I try to include a CoreData model file in the resources of my CocoaPod and try to use the packaged pod in a sample project, I get the error "unsealed contents present in the bundle root".
T…
-
I have a live iOS application on apple app-store which is using the core data.
Now I want to encrypt the core-data using EncryptedCoreData (https://github.com/project-imas/encrypted-core-data 2).
I …
-
I have implemented PFIncrementalStore in a simple 2-table coredata project with both tables linked to each other by a to-many relationship.
When saving my managed object to the coredata context, the …
-
Hi, im using the latest stable version on graph im my project (i also tried development branch but the issue is there too).
Since i updated to iOS 13, i am experiencing what looks like a bad error, w…
-
Still working on converting an app over from downloading information every time it uses or displays it, to caching it on-phone using CoreData (courtesy of MagicalRecord).
Because we don't have a dat…
-
While CoreData provides a good system for runtime object management and persistence, what it has never been good at - or at least convenient for - is providing resources for an app. Specifically, addi…
-
### Description
`CoreData`-related crash. Logs indicate crashes happening after the app was launched by a remote notification.
```
EXC_BAD_ACCESS
_undoDeletions: > _undoInsertions: > _undoUpda…
-
This is an interesting model (I'm looking at the MVVM version)
Would you be able to implement updates via the UI into CoreData? It looks like the sample implementation implements the read path. I'd…
-
Similar to issue #16 , the onboarding process, especially `APCOnboarding` and `APCOnboardingTask`, import all the things plus APCAppDelegate.h.
To make it usable with only parts of the onboarding pro…
-
I'm using the additional content support of BSManagedDocument and I'm curious as to the best place to put initialization code for new "Untitled" documents from the additional content perspective. For…