Having some trouble updating some images in an app. I started by simply replacing the images with the new ones keeping the file names, but when run on a device or sim it still loaded the old images.
General advice seems to be clean all targets, did that, no change. The other common suggestion is delete the build directory, did that, again no change. So I did both at the same time, and surprise surprise, no change...
So, next I renamed all the new files, and changed the code accordingly, only to have it still load the old images.
So I downloaded a little app that allows me to browse the contents of my iPod, and in the .app are all the old files and the new one which must mean despite updating the code to point at the new file names, the app is still using the old ones.
It's also including various other obsolete files, but the code is pointing at the replacements.
Using xcode 3.2.5 ios sdk 4.2
Any ideas guys?
General advice seems to be clean all targets, did that, no change. The other common suggestion is delete the build directory, did that, again no change. So I did both at the same time, and surprise surprise, no change...
So, next I renamed all the new files, and changed the code accordingly, only to have it still load the old images.
So I downloaded a little app that allows me to browse the contents of my iPod, and in the .app are all the old files and the new one which must mean despite updating the code to point at the new file names, the app is still using the old ones.
It's also including various other obsolete files, but the code is pointing at the replacements.
Using xcode 3.2.5 ios sdk 4.2
Any ideas guys?