I am making an iOS library, no UI in it, and when I import a localized XLIFF file I get Localizable.strings for the target language but it has no data, just:
/* No Localized Strings */
The differences sheet during the import shows there are indeed two keys that have been translated. I don't see any error messages, so I don't know what I'm doing wrong.
This is shown in the right panel of the import differences:
unknown
/ Default author */
"Unknown"
"Uunnkknnoowwnn"
untitled
/ Default title */
"Untitled"
"Uunnttiittlleedd"
(I'm faking a translation to Finnish by just doubling letters.)
I'm using XCode 7.2 and Swift.