xcode - Change data files in iOS app bundle? -


i have app-specific data files in app resources directory, , included in "copy bundle resources" list. copied in app bundle when ran app in either simulator or on device. (the app created in xcode 4 / ios 5: on xcode 6 /ios 8.2.) removed of these files , added newer versions different names. expected when next ran app in simulator or on device, new data files. however, when run app in simulator or on device, still see old files.

i have done clean/rebuild in xcode, , have deleted app in simulator , on device - multiple times. made sure old files no longer in of app folders. assumed xcode had these files in cache somewhere, searched in terminal , did find app in /users/jwanner/library/developer/coresimulator/devices//data/containers/bundle/application/. app in these folders (there several instances of first guid) had old files. copied these trash, , app installs none of data files - not old files , not new files.

i have searched google hours , can't find solution problem. missing vital here. should list data files in -info.plist somewhere? there way clear out old bundles , have xcode cache new ones?


Comments

Popular posts from this blog

google chrome - Developer tools - How to inspect the elements which are added momentarily (by JQuery)? -

angularjs - Showing an empty as first option in select tag -

php - Cloud9 cloud IDE and CakePHP -