Since the new installation iOS 14.0, I have a curious bug that is firing either when I click on a tableview, either when I click on a button, either I open a popover. It is very random, and very hard to reproduce perfectly. The console of xcode is not very talkative about the problem. I have this error message in the thread:
//BUG EXAMPLE 1
#4 0x0000000189c378e8 in -[NSManagedObjectContext(_NSInternalAdditions) _forgetObject:propagateToObjectStore:removeFromRegistry:] ()
And this in the main view:
Thread 12: EXC_BAD_ACCESS (code=1, address=0x4)
//BUG EXAMPLE 2
It says that the Thread of the NSManagedObjectContext caused the crash.
I have problems to get more informations about the bug...
Any ideas?





