Xcode 8 generates broken NSManagedObject subclasses for iOS 10

后端 未结 22 907
栀梦
栀梦 2020-11-27 11:13

I updated my iOS app project recently to iOS 10. Now I\'m trying to change the Core Data Model of my app but the new NSManagedObject subclasses which Xcode generates are bro

22条回答
  •  隐瞒了意图╮
    2020-11-27 12:07

    Try to set CodeGen: Manual/None Module: Current Product Module

    It worked for me well, when I faced with the same problem.

提交回复
热议问题