You're in the Build Settings tab, Build Phases is next to it. It will be a list of phases that includes Copy Bundle Resources .
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
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.
To fix in xcode 4:
1) Remove the reference to your info.plist file by selecting it and hitting delete.
2) Add the info.plist file again but choose no destination and uncheck the "add to targets" option.
In case anyone runs into this with Xcode 3, to fix it click on the .plist file in the left column under "Groups and Files", and in the upper right area, uncheck the box next to the .plist file's name in the column under the bullseye icon. You'll need the editor zoomed out (View -> Zoom Editor Out) to show the checkboxes.
Another solution is:
You might have accidentally removed a project file from the "target membership" core data.
Select your Main.storyboard from the project navigator on the left
Go to the "file inspector" (first tab) on the right
Find the "Target Membership" list
Enable the check box
Give it a little time to process, but while your at it, also check the LaunchScreen.storyboard, .xcdatamodelid, Assets.xcassets, and all .swift files in your project. They should all have been enabled for target membership.
Note: the Info.plist should not have the target membership checked enabled.
Hope this helps.
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