How to import GoogleAnalytics header into Framework library?

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).

+5
source share
1 answer

HI you can add a Pod from Google Analytics then you can use this in your add pod application click the link below and follow these steps.

https://developers.google.com/analytics/devguides/collection/ios/v3/?ver=swift

Hope this helps.

-2
source

Source: https://habr.com/ru/post/1266249/


All Articles