Xcode warning: “Multiple build commands for output file”

前端 未结 23 1687
既然无缘
既然无缘 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:13

    For me the Target > Build Settings > Packaging > Product Name was set to the same thing as another value referenced in a .plist file which was custom to my app. Eventually due to our build process this creates duplicate files.

提交回复
热议问题