Stringify Endpoint for Xcode LLVM Processor Macros
问题 In the "Apple LLVM 7.0 - Preprocessing" section under the "Build Settings" tab, I've defined a Preprocessor Macros as: STR(arg)=#arg HUBNAME=STR("myhub") HUBLISTENACCESS=STR("Endpoint=sb://abc-xyz.servicebus.windows.net/;SharedAccessKeyName=DefaultListenSharedAccessSignature;SharedAccessKey=JKLMNOP=") In my code, I'm trying to refer to the value of HUBLISTENACCESS as a string: SBNotificationHub* hub = [[SBNotificationHub alloc] initWithConnectionString:@HUBLISTENACCESS notificationHubPath: