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.\"
I had to manually go into Terminal and remove the files with git rm ProjectPath\aaa\xxx.png and then commit. After that everything worked fine.
git rm ProjectPath\aaa\xxx.png