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
I'm just considering filing a bug as I have the same issue but if your really want to use Bool still then a workaround is to use this method:
setValue(true, forKey: "completed")