Swift: Breakpoint in CoreData library

前端 未结 8 1711
谎友^
谎友^ 2020-12-10 14:21

XCode 6 Beta 3 using Swift.

In my App I use CoreData. When I run my App in simulator, XCode pops up the debugger with a breakpoint set somewhere in the CoreData libr

8条回答
  •  误落风尘
    2020-12-10 15:14

    For anyone using Xcode 6.2

    • Make @objc changes to your class i.e @objc(className)
    • Next go to *.xcdatamodeld -> Configurations (Default if nothing specified) -> add class against entity

提交回复
热议问题