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?

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top