Warning: The Copy Bundle Resources build phase contains this target's Info.plist

开发过程中发现build有这个warning。
就是把plist的info的target里面不要选任何东西 然后在target 的Copy Resource Bundle里删除plist。 plist不需要link到target.

如果是xcode 4,先打开属性窗口 cmd + alt + 0;然后点击*.plist文件,再属性窗口的Target Membership里,去掉所有关联。
如图:
Warning: The Copy Bundle Resources build phase contains this target's Info.plist

你可能感兴趣的:(resource)