So, I have an Xcode project, and I added a language for localization. I exported the xliff file, added the translation, and imported it back into Xcode. Everything is working fine.
Then, at a later point, I added new lines, so I need to update the translation. I repeat this process, but when I import the localization, I get the following error message:
"InfoPlist.strings" cannot be moved to "nb.lproj" because an item with the same name already exists.
Localization is not updated. Does anyone know what causes this? I tried moving InfoPlist.strings from the nb.lproj directory, but that didn't make any difference, and a new InfoPlist.strings file InfoPlist.strings not created.
Why can not Xcode just overwrite the file if it needs to be replaced?
source share