> On Sep 29, 2015, at 8:53 AM, Alex Zavatone <[email protected]> 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 protected])
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/xcode-users/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to