Xcode warning: “Multiple build commands for output file”

前端 未结 23 1690
既然无缘
既然无缘 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 18:09

    One of simple way is,

    • Go to App target
    • Go to Build Phases
    • Output files
    • Delete path of out put files, then build project. It will run successfully.

提交回复
热议问题