mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-11 22:30:34 +01:00
Core data multithreading violation on transaction.create() #49
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 @Conrad-m-wise on GitHub (Apr 14, 2016).
I have this launch option set for my development scheme "-com.apple.CoreData.ConcurrencyDebug 1" to catch core data multi threading violations.
I am trying to create an object from a beginAsynchronous block but the app crashes
dataStack.beginAsynchronous { (transaction) in
}
if i remove the launch option it does not fail.
@JohnEstropia commented on GitHub (Apr 14, 2016):
@Conrad-m-wise Hi, this is a duplicate of https://github.com/JohnEstropia/CoreStore/issues/28.
As I mentioned on that thread,
Let me know if you need any clarifications :)