I am creating a library infrastructure for my project, and I want the structure to depend on the Google Analytics library. How to import headers into the framework, because unlike the target application, the frame does not have a bridge header? And importing Google Analytics headers into the public frame header file will give other unforeseen errors (including the non-modular header inside the frame module).
source share