Re: LLDB and NSLocalizedString()
Re: LLDB and NSLocalizedString()
- Subject: Re: LLDB and NSLocalizedString()
- From: Alex Zavatone <email@hidden>
- Date: Tue, 29 Sep 2015 15:55:55 -0400
Perfect. DOH. I should have noticed.
Thanks Quincey.
On Sep 29, 2015, at 12:44 PM, Quincey Morris wrote:
> 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