Reputation: 11191
I want to change a png image in my project, I deleted the first one, and add the new one, but the last one is shown.
I deleted the second one from project, and the original image is still shown. I look for the image in the project, and it is not there.
How can I delete the first one? I tried to clean the project, but the image continues there.
Upvotes: 1
Views: 66
Reputation:
Delete that build from your simulator first.
Then clean and build the project again.
It should work.
Upvotes: 0
Reputation: 7390
Try Product -> Clean; then Run the app once again.
If it isn't working, then close the Xcode and open again and Run.
Even the problem exists, then just reset your simulator(ResetContentsAndSettings) and Restarts the Mac.
Upvotes: 1
Reputation: 8288
Did you try:
Xcode
?Upvotes: 2