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?
plist does not contain a CFBundleVersion (Bundle version) key or a CFBundleShortVersionString (Bundle versions string, short) key.
Copy Bundle Resources - Copies files that support your source code into internal structure. If you want to make sure the files you added will get copied to the application bundle. It is useful, when you are creating an app where you can add images and other resources.
To resolve this warning, select your Info. plist from the Copy Bundle Resource build phase as shown in Figure 1, then click the Remove (–) button to delete it from the phase.
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.
Clear the project and rebuild it.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With