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

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

    Disable Source Control, clean build folder (Alt+Shift+Cmd+K), then Enable Source Control again.

    Xcode -> Preferences -> Source Control -> Enable Source Control

提交回复
热议问题