Installed App from TestFlight crashes due to alleged UISearchDisplayController

前端 未结 2 1078
无人及你
无人及你 2020-12-13 12:03

I implemented Dark Mode with the current beta version of Xcode in a relatively old app. I uploaded these to TestFlight for my testers. However, this crashes immediately for

相关标签:
2条回答
  • 2020-12-13 12:38

    It was working on simulator but all beta tester claimed it crashed. The problem was in story board. Search for these in your views.

    0 讨论(0)
  • 2020-12-13 12:59

    After receiving the same error and finding no references to UISearchDisplayController across our app, we realized we needed to search for and replace searchDisplayController from within one of our storyboards. That corrected the issue after resubmitting a beta to TestFlight.

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