This issue has occurred in Xcode 11 and we didn't find it until users reported it. It seems that if you have a Static Table View that is grouped, the textLabel.text is not being replaced with the localized text. This was working in Xcode 10. See: https://stackoverflow.com/questions/57905965/xcode-11-ios-13-localization-issue
This is a MAJOR issue since how large parts of our app are not localized when they used to be in previous Xcode versions.
This happens when the app has been built with Xcode 11 and iOS 13 as the base SDK.
Has something changed? Is there a new setting we need to check?