How to download a translated "stringsdict" file for iOS projects?

I was able to upload “.stringsdict” file and successfully translate it. The issue is when I try to download the the file.

I am creating a bundle for it and downloading stringsdict files. The only available export format is xliff. So the downloaded file is not a plist and xcode fails to recognise this file.

I understand Crowdin supports stringsdict file for imports. But whats the way to export it back into the project?

Have you tried default options, without bundles? Like “Build and Download” from the homepage of the project or the same by API or CLI? with, if the file is hello.stringsdict you should receive a .Zip archive with folders per each language, and translated .stringsdict file inside each of them.