Using cocoa pods 0.37.0 in a Swift project, with use_frameworks! set in the podfile, I am unable to access the header files for the GoogleAnalytics-iOS-SDK pod.
How shou
I don't know if this is the correct answer or not, but the way we got it to work was to manually import libGoogleAnalyticsServices.a
and not via cocoapods.
Locate libGoogleAnalyticsServices.a
and drag it into the project, then add it to Linked Frameworks and Libraries
(if it's not there already) and you're good to go. Don't forget to remove it from your Podfile
.
edit:
Don't forget to add the header files to your bridging-header