Re: LLDB and NSLocalizedString()
Re: LLDB and NSLocalizedString()
- Subject: Re: LLDB and NSLocalizedString()
- From: Jens Alfke <email@hidden>
- Date: Tue, 29 Sep 2015 09:22:43 -0700
On Sep 29, 2015, at 8:53 AM, Alex Zavatone < email@hidden> wrote:
I just keep getting error: use of undeclared identifier 'NSLocalizedString', when trying p, po, expr
NSLocalizedString is a macro, not a function, and LLDB doesn’t know about macros.
NSBundle.h: #define NSLocalizedString(key, comment) \ [[NSBundle mainBundle] localizedStringForKey:(key) value:@"" table:nil]
—Jens |
_______________________________________________
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