Well title says pretty much all of it.
I am using Xcode6.1 (6A1052d).
I have a header file (LocalString.h) in which I have defined some common NSLocalizedStrings like this
#define LocalStringYESButtonTitle NSLocalizedStringWithDefaultValue(@"YES", nil, [NSBundle mainBundle], @"YES", @"General YES button label")
Now when I "Export For Localization..." in resulting .xliff file I don't have strings defined in header.
Any ideas?