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

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

    You can also disable source control by unchecking

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

    if you're managing it via command line or any other app.

提交回复
热议问题