Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Core Data - Remove entity from model

I may be utterly stupid, but I can not find out how to remove an entity that I have created. There are only options for adding entities and adding attributes in the .xcdatamodel.

like image 271
Peter Warbo Avatar asked Sep 13 '12 14:09

Peter Warbo


2 Answers

Use the Backspace key to delete entities.

like image 108
DrummerB Avatar answered Oct 25 '22 12:10

DrummerB


just click on that entity and press delete button :P

like image 25
Ios Learner Avatar answered Oct 25 '22 13:10

Ios Learner