crash on coredata ios8

后端 未结 4 1012
不知归路
不知归路 2021-02-12 12:32

I have a crash on CoreData when I save :

2014-09-16 09:51:58.273 My_app[2678:105246] *** Terminating app due to uncaught exception \'NSInvalidArgumentException\         


        
4条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-02-12 12:49

    Just to summarize the comments that helped me resolve this issue:

    • This seems to be a bug in Core Data related to Ordered Many-to-Many Relationships
    • If you have to keep the ordered option, there seems to be a workaround: make the relationship ordered both ways (thanks @Fabio Ritrovato).

提交回复
热议问题