ios - The Copy Bundle Resources build phase contains this target's Info.plist file 'Info.plist' in xcode 6? -


i getting warning the copy bundle resources build phase contains target's info.plist file 'info.plist'.i have read solution here says info.plist file has been copied copy bundle resources & have remove there.but don't find info.plist.please suggest do?

https://developer.apple.com/library/ios/qa/qa1649/_index.html

the apple documentation says remove info.plist file following phase.

  1. click target of project
  2. select item of build phase
  3. then select item of copy bundle resources
  4. final remove file selected file

clear project , rebuild it.


Comments