Debug Core Data Migration to compare hash values

前端 未结 1 1268
栀梦
栀梦 2020-12-18 00:02

I read this Post (click) about fixing a nasty core data migration problem.

The author Victor Bogdan wrote that he enabled Data Migration Debug to get the hash values

相关标签:
1条回答
  • 2020-12-18 00:04

    To enable core data migration debug mode, you will need to add

    -com.apple.CoreData.MigrationDebug 1
    

    to the "Arguments Passed on Launch" location in your scheme.

    Apple Technical Note TN2124 describes this as well as many other debugging features.

    0 讨论(0)
提交回复
热议问题