Crazer
Crazer

Reputation: 11

iPhone App replace images

I got a little problem. I use some images in my app. Today I wanted to replace them with new 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?

Upvotes: 1

Views: 1070

Answers (4)

Sid
Sid

Reputation: 9536

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

Upvotes: 0

Alexsander Akers
Alexsander Akers

Reputation: 16024

Try deleting the app from the simulator or your iOS device and reinstall it.

Upvotes: 0

Andrei Bularca
Andrei Bularca

Reputation: 1024

Try this: Build -> Clean Targets (i think or something like this)

Upvotes: 1

user23743
user23743

Reputation:

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).

Upvotes: 0

Related Questions