I am working an application where i have to localize my app. Previously I was able to select any country(language) while localizing, but now when I try to add any localization file, it gives me popup saying,
The file path /Users/...../hi.lproj/LaunchScreen.strings is invalid. The expected prefix is /Users/..../Base.lproj.
Also, when I add any file to localizaton, it does create a folder in the directory, but .strings file is not shown in Base.lproj folder.
I did tried different solutions provided on the internet for the same problem, but none of them worked for me.