I am developing a project using core data, data is stored in local device. I have two questions: First, I wonder Should I have to add data by using simulator or other way? Can I use excel to input data then export to CSV file, afterward import to core data project?
Second question, when I modify entity in data.xcdatamodel file, I have to clear my project, all data is lost! So, when the project is big, how can I modify entities, and also keep data, and don’t have to clear project.
Any advice would be appreciated!