I am trying to add a Settings bundle in my iPad app, but it randomly shows up in the iPad settings menu.
When I run in Debug mode (Device or Simulator) it doesn\'t show
I am trying to add a Settings bundle in my iPad app, but it randomly shows up in the iPad settings menu.
One way this can happen is if you reinstall the application on the device while the Settings app is running. For example, the Settings app will display your app's settings content the first time you run it from Xcode, but then it disappears the second time, for not obvious reason.
The easy solution is to kill the Settings app and launch it again, and you'll see your app's settings right there were you expect them.