Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UISearchDisplayController is no longer supported when linking against this version of iOS. Please migrate your application to UISearchController. #722

Closed
valentcheung opened this issue Jul 3, 2019 · 1 comment · Fixed by #732
Assignees

Comments

@valentcheung
Copy link

  • Swift 5
  • iOS version: iOS 13 Beta 3
  • Firebase SDK version: 6.3.0
  • FirebaseUI version: 8.0.2
  • CocoaPods Version: 1.7.3

Step 3: Describe the problem:

Steps to reproduce:

  1. Phone number authentication
  2. Select country/region (FUICountryTableViewController.xib)

Observed Results:

The app crashes and posted a log message:

*** Terminating app due to uncaught exception 'NSGenericException', reason: 'UISearchDisplayController is no longer supported when linking against this version of iOS. Please migrate your application to UISearchController.'

Expected Results:

Show country/region tableview

Relevant Code:

I am using the prebuilt UI.

@jkippen
Copy link

jkippen commented Jul 6, 2019

Same error and libraries. I use the UISearchController, not UISearchDisplayController - for me the app crashed on load.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants