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?
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
and delete the file.
Check Documentation: link_01 link_02