iPhone Info.plist Warning - Solution:
"
WARNING: The Copy Bundle Resources build phase contains this target's Info.plist file 'Info.plist'."
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.
Source :
https://developer.apple.com/library/ios/#qa/qa2009/qa1649.html
Related Posts : iphone,
Objective-C,
Xcode
0 comments:
Post a Comment
Share your thoughts here...