I am using CoreData in my application. I was using it in Xcode 8 before it works fine but suddenly its throwing me this error. I tried searching for answer but not getting anything and took a look at a Error: Core Data Code generation is not supported for Swift 2.3 this answer but not solved my problem. If anyone could help. Thank you.
2 Answers
Try to set Codegen to Manual/None in Utilities area for your Model.xcdatamodeld file.
3 Comments
shahin ali agharia
I tried this but nothing happened still showing that error.
Peter Reshetin
you may also need to to just to build so Xcode catches the change
shahin ali agharia
I did that several times cleaning and building again and again.But no result.