skip to Main Content

Xcode – Swift macros not detected

After reading this stackoverflow post, I tried to introduce macros in my project. I have the following code in a sample macOS CommandLine tool. #if ELDIABLO NSLog ("ELDIABLO macro detected!") #else NSLog ("ELDIABLO macro not detected!") #endif The ELDIABLO macro…

VIEW QUESTION
Back To Top
Search