UISearchDisplayController is no longer supported when linking against this version of iOS [closed]
Asked Answered
E

4

8

Unable to use Googleplaces SDk, No where I'm using "UISearchDisplayController" in my project. So searched in my project which is showing in GooglePlaces

enter image description here

I'm no where using "GMSAutocompleteTableDataSource", I'm Using "GMSAutocompleteResultsViewController" for getting the places.

Etti answered 30/10, 2019 at 10:53 Comment(1)
Can you please post your code? UISearchDisplayController has been deprecated since iOS 8.Alkalify
B
19

When adding a searchBar to UIViewController in Storyboard, the UISearchBarDisplayController will be added. Just click to it add press 'Delete' enter image description here

Balsa answered 10/10, 2022 at 1:54 Comment(0)
A
10

I have just removed searchDisplayController used in storyboard viewController.

Search for searchDisplayController and just remove it and it's outlet if created.

enter image description here

Amaranthaceous answered 3/1, 2020 at 7:34 Comment(0)
E
0

I have a search Display Controller in my storyboard, which is not pulling up when i search like this. so search with "searchDisplayController" in each storyBoards. Referred from this post

Etti answered 4/11, 2019 at 13:24 Comment(0)
I
0

in xcode<General minimum deployments change version to 12.4 fix this error

Isomerous answered 15/12, 2023 at 18:15 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.