Ios – The Copy Bundle Resources build phase contains this target’s Info.plist file ‘Info.plist’ in xcode 6

iosipadiphoneobjective cxcode

I am getting this warning The Copy Bundle Resources build phase contains this target's Info.plist file 'Info.plist'.I have read the solution here It says that Info.plist file has been copied into copy bundle resources & i have to remove it from there.But i don't find any Info.plist.Please suggest what to do?

Best Answer

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

The Apple documentation says you just remove the info.plist file from the following phase.

  1. Click the target of project
  2. Select the item of Build Phase
  3. Then select the item of Copy Bundle Resources
  4. Final remove this file from you selected file

Clear the project and rebuild it.