EXC_BAD_ACCESS error when trying to change Bool property

后端 未结 4 2010
甜味超标
甜味超标 2020-12-17 18:05

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

4条回答
  •  执念已碎
    2020-12-17 18:56

    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.

提交回复
热议问题