Is there a way for xcode to check if all localised strings have corresponding key in localised strings file?
Xcode compile time check if all localised strings have a key in the localised strings file
The answer is in the question. That's not a compile time issue but a run time.
AFAIK, we can only see it at run time (error in log and string uppercased)