Unable to import localizations

Hello,


I'm having a difficult time importing localizations suddenly. I've gotten this error pretty regularly for the past few months:


xcodebuild: error: “Localizable.strings” couldn’t be moved to “da.lproj” because an item with the same name already exists.


But all the localizations would import correctly. The latest batch of translations this isn't working, though. Only a small subset of the localizations are being imported, so I'm looking to resolve this error to see if it can push the rest through.


Has anyone ran into this issue before or have any insight on what may be the cause?


Thanks!

~James

Have you found a solution for it?

I've met the same problem and can't find a way to solve it.😢

This is happening to me too


I found that if you delete the files xx.lproj from the target forder that you have, it works.


For example, if you try to update the Spanish translations and if my project is called MyCoolApp, the target folder will be MyCoolApp inside you can delete the folder es.lproj.


You need to do the same for the test targets ( if you have any )

Unable to import localizations
 
 
Q