I am trying to generate a Formatted Full address using CLGeocoder in Swift 3. I referred to this SO thread to get the code given below.
However, sometimes the app crashe
To concatenate you can simply replace return address by this :
return address
return "\(locationName), \(street), \(city), \(zip), \(country)"