Xcode: Localization Import Error - Source XLIFF attribute missing

I had a problem when importing translated strings from XLIFF back to Xcode (Editor> Import localization ...)

Xcode gives me the following error message without a detailed description, so it’s hard to determine what is wrong.

enter image description here

I use Lokalise.co to translate texts and then export them to XLIFF (texts were also imported from XLIFF).

It is possible that some keys were deleted in the localization, so XLIFF has fewer keys than the file exported from Xcode. However, I have no idea what keys might be.

Any ideas how to continue this issue?

+5
source share

Source: https://habr.com/ru/post/1273004/


All Articles