SOLUTION!
As relayed to me on another board, this works!!!
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).
|