Swift: Breakpoint in CoreData library

前端 未结 8 1693
谎友^
谎友^ 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条回答
  •  萌比男神i
    2020-12-10 15:23

    In your Core Data *.xcdatamodeld file, prefix your entity's class name with your app name. It should look something like this when you're done:

    entity class name prefix

提交回复
热议问题