How do I access a Macro defined in my pch from a cocoapods lib?
问题 Context We have a big project, so the application is separated from some common code. Each one goes in its own repo, and the app uses the common code as a lib via cocoapods. Situation Now, we need to toggle some very specific functionality, contained in the lib. But the condition to enable/disable it is a MACRO defined in the application-prefix.pch file (I know, not cool). Problem The code in the lib (included as a Pod) doesn't "see" the MACRO defined in the pch file. So, we can't actually