yup. I was having "difficulties" with my bundle id, so I renamed the Info.plist file to something else, then later deleted the renamed version and put in a new Info.plist file. Interestingly, I get the following warning on build:
Warning: The Copy Bundle Resources build phase contains this target's Info.plist file 'Info.plist'.
Does anyone know what to do to address this warning?
1) Select your project's info.plist file (whatever its name), get info on it. This pops up the info window. Click on the Targets tab, and uncheck the box (in cas it's checked)
2) In XCode's outline panel (on the left), click on the small arrow next to your target. You should see the Copy Resource Bundle folder in grey. Browse it and delete any reference to both your old and new info.plist file if present.
And remember, next time you add an info.plist file to your project's resources, make sure you don't link it to the target (so that it won't be copied to the Copy Resource Bundle).
1) Select your project's info.plist file (whatever its name), get info on it. This pops up the info window. Click on the Targets tab, and uncheck the box (in cas it's checked)
2) In XCode's outline panel (on the left), click on the small arrow next to your target. You should see the Copy Resource Bundle folder in grey. Browse it and delete any reference to both your old and new info.plist file if present.
And remember, next time you add an info.plist file to your project's resources, make sure you don't link it to the target (so that it won't be copied to the Copy Resource Bundle).
You post helped me also.
FYI, for XCode 4:
Select your Target, then Build Phases. You will see the extra plist file under 'Copy Bundle Resources'. Just do a search to plist and remove it.