I\'ve completed translating my app to Turkish using Base Localization. However, I also need to translate NSLocationWhenInUseUsageDescription key in my Info.plis
NSLocationWhenInUseUsageDescription
My problem seems to be case sensitive:
My InfoPlist.strings had a lower "i" in finder and Xcode (infoPlist), but needs to be upper.
InfoPlist.strings
I changed file name and reference in the source Xcode Project and it works (or deleted and re-create with the right name).