.localizedDescription

For errorLabel output I didn’t get .localizedDescription method being auto prompted or even available in the list. Did this change? If it has changed in Xcode12.4, what is the equivalence. There are other .localized methods appearing for selection in the list.
Any suggestions to fix. BTW, I’m running Xcode 12.4
Error still has the localizedDescription property. This hasn’t changed.
NSError has multiple localized... properties, so maybe that’s what you meant, but this does include localizedDescription.

What is the errorLabel type? This might give the reason as to why you don’t see localizedDescription in your auto-complete popup.
.localizedDescription
 
 
Q