Warning: the Copy Bundle Resources Build Phase Contains This Target's Info.Plist File

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

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

Excerpt:

You are getting this warning because you probably added your Info.plist file to your Copy Bundle Resources build phase as shown in Figure

Sample Image

The INFOPLIST_FILE build setting specifies the name of the Info.plist associated with your target. When building a target, Xcode reads this build setting and copies the referenced Info.plist into your application bundle. Because Xcode automatically processes the Info.plist, you should not add it to your Copy Bundle Resources build phase or make it a target member.

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.

What means iOS Xcode plist warning?

My be you info.plist file copied in "Copy Bundle Resources". see this image

http://imgur.com/KCrWGIx

simply delete this file.

Where can I find Copy Bundle Ressources in xCode 12

As EmilioPelaez indicated at the comment, you need to check out the section written Copy Bundle Resources in Build Phases. Here is the SS.

Sample Image



Related Topics



Leave a reply



Submit