Settings bundle not showing up in iPhone settings

后端 未结 11 883
醉话见心
醉话见心 2021-02-01 01:05

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

11条回答
  •  借酒劲吻你
    2021-02-01 01:13

    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.

提交回复
热议问题