문제

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