标签:
xcode中 有时候会报一个警告: 
[WARN]Warning: Multiple build commands for output file /xxx 
要解决这个问题很简单: 
1.选择你的工程 
2.选择target 
3.点击 Build Phases 
4.展开Copy Bundle Resources 
5.删除里面的刚才提示警告的文件,一般为红色的名字的文件(或者有重复的文件)
Warning: Multiple build commands for output file /xxx
标签:
原文地址:http://www.cnblogs.com/Rinpe/p/5137250.html