Question

I have problem with images on my iPhone when I delete it. I clear image from disk, I remove reference in XCode, I delete app from my iPhone and when I run app again the image is still there.

Any suggestion how I can completely remove image from my project?

Was it helpful?

Solution

Lit sounds like you are adding images to your Xcode project and copying them to the app. Then you removed them from Xcode and observe that they aren't removed from the app.

In this case, clean the project.

Xcode isn't very good at removing files from an already built app when the source file is removed from the project.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top