I\'m trying to change a Bool property and am receiving an EXC_BAD_ACCESS error.
I\'m using XCode 6 and Swift.
The note property saves fine but t
note
You can use a swift Bool with an NSManagedObject - no need for the NSNumber nonsense. But you need to make sure that in the core data editor, the class is not empty. Enter your objects' name.
Bool
NSNumber