1 min readNov 20, 2018
I think your problem is the line below. You should extend ‘RegisterController’ instead of ViewController. That’s why Xcode doesn’t recognize ‘registerProvincia’ outlet.
extension ViewController: GMSAutocompleteViewControllerDelegate {