ios13 settings bundle with child pane crashes Settings.app on real device

前端 未结 3 1300
情歌与酒
情歌与酒 2021-02-04 09:11

Using an iPad mini4 (A1538), running iOS 13 beta 6, using XCode 11 beta 5... Create a new iOS project using the Single View App template in XCode 11. Add a Settings.bundle with

相关标签:
3条回答
  • 2021-02-04 09:18

    I resolve this crash issue by change table view style to Group style on Child Pane. You just need to add 1 item with type is PSGroupSpecifier.

    0 讨论(0)
  • 2021-02-04 09:23

    Had a similar issue. According to crashlogs the exception was caused by SwiftUI.

    However, iOS 13.3 update has fixed it.

    0 讨论(0)
  • 2021-02-04 09:25

    NB:a A separate bug leading to a settings crash in iOS 13 is related to using the value type "Number" in an item of type "PSTextFieldSpecifier".

    0 讨论(0)
提交回复
热议问题