[WARN]Warning: Multiple build commands for output file /Developer/B/Be/build/Release-iphonesimulator/BB.app/no.png
(node is produced by multiple commands; e.g.,
原因:
target引用了名字重复的资源
解决方案:
找到当前的target,展开之后,找到Copy Bundle Resources栏目,然后在里面找到重复名字的资源,删除不要的那个即可
网友评论