In my project, I made an animation for my UIImageView using some pngs. I recently swapped those pngs out for different images (with different file names) and removed the previous pngs to the trash. I updated my code to reflect the file name change but when I build my application, I still see the animated images that are not referenced in my code anymore, and aren't even on my computer anymore. I tried cleaning the build and deleting/replacing the new images again, but nothing...
I am using XCode 4.