Open besi opened 8 years ago
@besi Did you ever figure this out?
No. The project was discontinued.
On 10 May 2017, at 22:35, Daniel Kuntz notifications@github.com wrote:
@besi Did you ever figure this out?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.
When my app exists and I want to save my MOC then I always get
success = false
but without anNSError
.XCLogger
as well asMagicalRecord
podsAppDelegate.swift
like shown below.+
button a few times --> Timestamps are added to the listCMD + SHIFT + H
to dismiss the App into the backgroundsaveContext
method is called but in the callback thesuccess
is set to false anderror
isnil
Since this is otherwise the default "Master Detail" application template I am wondering what I have to do to get the context to save or how to get some information about what is going wrong for the save.
I checked and
MagicalRecord.currentStack()
shows show me that theNSPersistentStorecoordinator
etc. was created.AppDelegate.swift
Podfile
Internal reference
vost#15