Re: LLDB and NSLocalizedString()
Re: LLDB and NSLocalizedString()
- Subject: Re: LLDB and NSLocalizedString()
- From: Quincey Morris <email@hidden>
- Date: Tue, 29 Sep 2015 09:44:22 -0700
- Feedback-id: 167118m:167118agrif8a:167118so2npeE_0t:SMTPCORP
On Sep 29, 2015, at 08:53 , Alex Zavatone <email@hidden> wrote:
>
> I just keep getting
>
> error: use of undeclared identifier 'NSLocalizedString',
NSLocalizedString and its friends are macros, not functions. In the debugger, you’ll need to do what the macro does: use the ‘localizedStringForKey:value:table:’ method on the main bundle.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden