Xcode: issue "file xxx.png is missing from working copy" at project building

Iban picture Iban · Aug 16, 2014 · Viewed 87.3k times · Source

After deleting/adding some png files to project, i have got messages when building project.

"file ProjectPath\aaa\xxx.png is missing from working copy."

All these files are in the project, and the application is running. However, these messages are annoying. Looked .plist file, but there is no mention of these files. What should I do to remove these messages?

Answer

Alexander Vasenin picture Alexander Vasenin · Aug 19, 2016

The warning will disappear as soon as you commit your changes (Xcode 8).