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 had almost this exactly problem.
Boolean works in Core Data.
The problem I had was in the Core Data Editor under 'CONFIGURATIONS' and 'C' Default. I did not have my entity linked to the correct class.