Hi, I’m currently doing StoreSearch from iOS Apprentice. I’m on Chapter 41 (Internationalization) currently, and am on the part where the type
property definition is changed to make it update based on Localizable.strings
However, Xcode is giving me errors with the NSLocalizedString
function, saying that there is no identifer called NSLocalizedString
:
I’m on Xcode 10.3, if that helps.
Is there something I’m doing wrong here?
Thanks!