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

后端 未结 24 2086
猫巷女王i
猫巷女王i 2020-12-04 08:22

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.\"

24条回答
  •  隐瞒了意图╮
    2020-12-04 08:45

    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.

提交回复
热议问题