mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-11 20:00:30 +01:00
mergeChangesFromContextDidSaveNotification crash #63
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tomasgibas on GitHub (May 26, 2016).
Most of the time, when it comes to commit, an exception will raise in NSManagedObjectContext+Setup.swift, line 97. Am I doing something wrong? I am not sure what.
@JohnEstropia commented on GitHub (May 26, 2016):
What does the exception message say?
@tomasgibas commented on GitHub (May 26, 2016):
Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[Rating compare:]: unrecognized selector sent to instance 0x12823c5a0'
@JohnEstropia commented on GitHub (May 27, 2016):
Somewhere in one of your observers, you are using a
Ratinginstance incorrectly. Your hint is there:Add an exception breakpoint in Xcode and try to reproduce the crash. The breakpoint will stop at the real location of your problem.
This is not a CoreStore issue so I'm closing this ticket.