iPhone App replace images
I got a little problem. I use some images in my app. Today I wanted to replace them with new 开发者_Python百科ones. But when I build and run the project I still get the old ones. I tried to touch the project and the new images but nothing seems to work. I deleted all references and files and imported the new images, but I still see just the old ones. Does anyone know how to handle that?
Try this: Build -> Clean Targets (i think or something like this)
Try cleaning your target and doing a fresh build. Xcode is probably not updating the files in the target properly (I've seen it do that a lot with the Copy Files build phase).
Try deleting the app from the simulator or your iOS device and reinstall it.
First of all I have to get this question out of the way.... did you make sure that the cases match?
For the answer: Simulator: clean all targets, clean, Reset the simulator and then try again Device: clean all targets, clean, delete the app, reinstall
精彩评论