After our application was translated into several languages, we realized that there were a couple of .strings files that were included in the .xliff files that were not needed for translation, so they could be deleted.
So, I turned off the localization option for these languages ββin Xcode and deleted the .string files.
However, now whenever I import a .xliff file, it still somehow skips localization for those files that we no longer need.

Import will cause Xcode to crash.
Even exporting for localization will refer to those .strings files that are nowhere else.
Where in our Xcode project can these files still be found? I cannot import localization until I get this fix.
source share