Exception thrown in NSOrderedSet generated accessors

后端 未结 25 2564
天涯浪人
天涯浪人 2020-11-22 09:07

On my Lion app, I have this data model:

\"enter

The relationship subitem

25条回答
  •  Happy的楠姐
    2020-11-22 09:24

    I just got the problem in Swift (Xcode 6.1.1).

    The answer was DO NOT CODE ANY METHOD OR ADDITIONAL THINGS in your NSManagedObject subclasses. I think it is a compilator mistake. Very strange bug ..

    Hope it helps ..

提交回复
热议问题