Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的发布版本中,我想将 a#define用于我的整个工作区(包括所有 pod)。我通过我的主项目的前缀标题做到了这一点,但这不会影响我使用的 pod。
#define
如何添加#define宏?
我看过Gist 833,但最后一次重播是在 14 年 6 月,没有真正的解决方案。我还看到了使用 post_install 钩子并将其添加到 pods-environment.h 的建议,但我能找到的所有解决方案都是针对旧版本的,而且在 0.35 之前(或之后)似乎有很多结构更改(其中我在用着)。
谢谢