I have a bundle with images in it for buttons. I changed a number of these files, but all are still showing as the old image when I build and deploy to device or simulator. Is there something I can do to get the build or device to realize that these images have changed? When I view the image in Xcode, it shows the new image (same file name, but updated image). When I deploy it, it shows the old image.
Share
Sometimes Xcode has caching issues with build artifacts. Try doing a clean first, then build.