Coredata error while adding new properties

If you created the new model from coredata and modified the properties in the model.
After that must have to delete the NSManaged subclasses for your entity and create new class and save it.

After that if your Xcode shows that property not found for the class entity files then follow the below steps. 
Quit the Xcode and relaunch.after that clear the derived data then open the xcode it will works good.

Comments

Popular posts from this blog

Invalid bundle error while upload the app to the app Store

Convert NsNumber, NSDate to String in iOS Swift

Global LocationManager Singleton class iOS Swift