Search code examples
iosswift2settings.bundlexcode7-beta6

Why doesn't my App list my Settings?


I've added the stock 'Settings.Bundle' into my App Bundle:

enter image description here

However, I get a different set of settings (shown in simulator): enter image description here

* Revision * The Settings.bundle is a member of the target: enter image description here

Here's where the settings.bundle is located: enter image description here

Note: I can see the new Settings after I do a 'reset' of the Simulator. However I don't see any change on the actual device, even after removing the app and doing a cold restart.

How do I get my DEVICE version to recognize the updated/new Settings bundle?


Solution

  • Two requirements are:

    • Settings.bundle must be included in your target

    enter image description here

    • Settings.bundle should be in the root of your app folder/bundle