xcode - Cleaning Out the IOS Simulator -


the app building requires lot of data , images. loading these directly project group. when needed change files, old ones hanging around.

the folks here kindly pointed me

ios simulator>reset product , settings product>clean product>clean build folder

as number of files increased, switched loading them creating directories rather groups when loading data. since doing this, have found above not cleaning old files out. (i can't root cause had worked until made this).

the way app works has png files paired description files. description file tells specific png file drawn in relation others. file names indicate relative position.

i run app in simulator, see images 1) can identify specific file names; 2) file not in project , 3) file not in project folder (finder); , 4) cleanup steps above have not blown file away.

in cases, 1) see old version of image file being displayed app; , 2) can find same image in project , verify different being displayed.

if use steps above blow away data, no images display in app. if load new images, old images displayed. (again, can see new images in project manager , different want app displays). appears simulator recycling old images somewhere.

is there next level of cleanup try blow away old data files?

probably looking this..

enter image description here


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -