Xcode warning: “Multiple build commands for output file”

前端 未结 23 1707
既然无缘
既然无缘 2020-11-28 17:29

I am getting an error like this:

[WARN]Warning: Multiple build commands for output file /Developer/B/Be/build/Release-iphonesimulator/BB.app/no.png

<
23条回答
  •  借酒劲吻你
    2020-11-28 17:56

    This is not an Xcode bug, though the warning message is not helpful enough to describe the real cause.

    This error message occurs when you have several files in your project that have the same name. You just have to delete or rename the files with duplicate names and the problem is solved.

提交回复
热议问题