Reputation: 3240
I got an ios app with some data, which store in .xml files. There are some changes in this file. I delete this file from project and add new file. But application still show me old data. And when i log path to file i see:
PermTour.app/greenline_en.xml
How to delete or replace this file?
Upvotes: 2
Views: 595
Reputation: 2988
Try clean you project and deleting the App from the simulator. This way when You install a newer version it will copy all the new files..
Or try go to
/Users/* YourUser */Library/Application Support/iPhone Simulator/* iOS version * /Applications/ *app folder * /...
and delete the file.
Check Documentation: link_01 link_02
Upvotes: 1