It does not seem to work in Simulator. I am using Xcode 8.2.1.
OK I recognize this problem. In my Xcode project, the Root.plist file in Settings.bundle , one element is missing: Strings Filename . I added this entry and set its value to Root , which is designed to localize the language. When you add this missing item, my application settings work in the Simulator!
See my blog on for more information .
source share