xcode中 有时候会报一个警告:
[WARN]Warning: Multiple build commands for output file /xxx
要解决这个问题很简单:
1.选择你的工程
2.选择target
3.点击 Build Phases
4.展开Copy Bundle Resources
5.删除里面的刚才提示警告的文件,一般为红色的名字的文件
[WARN]Warning: Multiple build commands for output file /xxx
要解决这个问题很简单:
1.选择你的工程
2.选择target
3.点击 Build Phases
4.展开Copy Bundle Resources
5.删除里面的刚才提示警告的文件,一般为红色的名字的文件

本文指导您如何解决Xcode中的警告问题:[WARN] Warning: Multiple build commands for output file。通过选择工程、目标,进入Build Phases,找到并移除提示警告的文件即可解决。
2773

被折叠的 条评论
为什么被折叠?



