Add Carthage/Framework support
Closed this issue · 7 comments
I am not currently able to implement this into our current Segment implementation due to the fact that Carthage is not supported. We would need to build as a framework to support this.
For example, https://github.com/segment-integrations/analytics-ios-integration-mixpanel, builds as a framework and supports Carthage.
Any Time frame on Carthage Support?
@segment-integrations/mobile
Is there a fix for this?
@dmorrow Sorry about this, it wasn't tracked properly internally. Give me a moment to scope out this work and I will update here.
@dmorrow I'm having trouble finding documentation to see if Google Analytics supports Carthage, can you provide this information?
My college Prateek also commented on a work around in this issue.
Generally speaking, our internal efforts will be focused on moving away from the GA SDK towards supporting Firebase. From the GA docs they mention that they are now recommending the Firebase SDK to track iOS apps in Google Analytics over the Google Analytics Services SDK for iOS.
Ideally, if you can provide documentation on GA Firebase supporting Carthage, I will look into adding that support when I attend to building out the Firebase SDK (we currently have one but we are in the process of updating it as it is a major version behind).
@ladanazita Thanks for the indepth response. I don't believe the GA lib supports Carthage. They were all in on Cocoapods. I've manually added those static libraries, but it would be great to not have to manually add this integration as well. I will look into Firebase as well.