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

后端 未结 24 2103
猫巷女王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:37

    It seems that this problem may have different causes, but it's often in relation with source control software.

    In my case, I solved it by going to Git, and adding the files again. I mean running the following command:

    git add .
    

提交回复
热议问题