I localize my Info.plist file because I have different names for the application in different languages.
Since I did this, the project window shows this button: select the info.plist file.

If I click on this button, a window without selection will open. And worse, the project will not compile, which will lead to an error : it is impossible to read data from '/Users/user/Documents/myApp/Info.plist': the file "Info.plist" cannot be opened because there is no such file.
In fact, the message is true because Xcode removed it from this place and added a copy of Info.plist to each localized directory (en.lproj, PT.lproj, etc.).
So ... how can I fix this?
Spacedog
source share