I have Xcode 13.3.1.
To export localizations file, I choose Export Localizations option in the Product menu, then I choose "MyApp Workspace..." option, and I choose a folder, then export. Two files are created en.xcloc
and xx.xcloc,
because my app supports two languages, English and XX.
Then I edit the exported xx.xcloc
localizations file, then try to import the file to Xcode as I always do without any issue. However, this time I get the following error:
Two files will try to write translations to same path
MyApp/Other/Settings.bundle/en.lproj MyApp/Other/Settings.bundle/xx.lproj
Rename or move one of the files
What's going on here, and how should I solve this issue?