Post

Replies

Boosts

Views

Activity

Reply to EXC_BAD_ACCESS Error in CoreData
For me it was the name of an CoreData entity attribute. It is not allowed to start an attribute name with "new...". Nothing in Xcode does tell you that and it took me days to find out. I just got the EXC_BAD_ACCESS error. Just wanted to leave this here for the next poor soul facing my specific problem ;) The reason for this is explained here: https://developer.apple.com/library/archive/releasenotes/ObjectiveC/RN-TransitioningToARC/Introduction/Introduction.html#//apple_ref/doc/uid/TP40011226-CH1-SW14 I came across this article that lead me to the solution: https://alexj.org/11/core-data-attribute-naming
Feb ’23