Open GoogleCodeExporter opened 9 years ago
Any updates on getting Google Analytics 3 working with use_frameworks! on Swift
projects?
Original comment by en...@wearehathway.com
on 18 May 2015 at 5:15
a number of us have to use_frameworks! in our podfile because all the other
libraries we are using require this. Therefore we either need use_frameworks!
for Google Analytics or please provide a workaround for this issue in the
interim.
Original comment by LH.qa.t...@gmail.com
on 3 Jun 2015 at 3:44
actually even trying to install Google Analytics in a project using
use_frameworks! fails with this error:
[!] The 'Pods' target has transitive dependencies that include static binaries:
Original comment by LH.qa.t...@gmail.com
on 3 Jun 2015 at 4:07
[deleted comment]
did you guys seriously make cocoapods required for google services without
fixing this issue??well played
Original comment by ardaer...@gmail.com
on 24 Jun 2015 at 8:53
This bug makes library unusable for me..
Original comment by diej...@gmail.com
on 26 Jun 2015 at 2:04
Same here. I've had to comment all of the the GA code out of my app.
Original comment by julian.p...@osaaru.com
on 26 Jun 2015 at 2:07
Same issue here. I can't use analytics on my app due to this issue.
Original comment by bitom...@gmail.com
on 9 Jul 2015 at 12:36
Can we download the SDK and add it to the project in the old way? It's a shame
we can't use Analytics in Swift projects....
Original comment by lucasl...@gmail.com
on 9 Jul 2015 at 12:47
Yes, you can. It's an inconvenience, but you can use Analytics in Swift.
Original comment by marcsl...@gmail.com
on 9 Jul 2015 at 4:46
How do I add the sdk to my swift project?
Original comment by bitom...@gmail.com
on 9 Jul 2015 at 5:08
+1 the priority on this issue should be raised to high. Really silly to say
you support CocoaPods and Swift but not use this - GA is unusable through
CocoaPods for most folks without this.
Original comment by ana...@gmail.com
on 16 Jul 2015 at 5:58
Hey, all. Thanks for reporting this issue. I have spoken with the team that's
working on our CocoaPod support. They are aware of the problem and it's
something they're actively looking into. However, my understanding is that it's
not a trivial fix, so I don't have any sort of definitive timeline for you.
I'll report back on this bug when I have any more details that I can share.
In the meantime, you can add Google Analytics the old fashioned way without
CocoaPods, although it's certainly not as convenient, I agree. :)
In any case please continue to Star this bug so the team knows it's important.
Thanks for your patience!
Original comment by k...@google.com
on 16 Jul 2015 at 6:51
Hi,
can you please point me to a resource which explains how to install and use the
sdk in a swift project without cocoapods. Thank you!
Original comment by reinhold...@gmail.com
on 20 Jul 2015 at 8:13
I think I've managed to get it to work by sort of following the steps in this
blog post: http://flyingspheres.blogspot.com/2014/12/swift-google-analytics.html
and was able to download the necessary files for the SDK from:
https://developers.google.com/analytics/devguides/collection/ios/v3/sdk-download
Original comment by j...@getdartapp.com
on 20 Jul 2015 at 3:34
For us, GoogleAnalytics is being used by another pod, 'Analytics' by Segmentio.
We set 'use_frameworks'.
Trying to install with cocoa pods 0.38.2 results in:
"The 'Pods' target has transitive dependencies that include static binaries:
(/Users/DanCraft/Documents/Projects/TLDR/Pods/GoogleAnalytics/Libraries/libGoogl
eAnalytics.a and
/Users/DanCraft/Documents/Projects/TLDR/Pods/GoogleIDFASupport/Libraries/libAdId
AccessLibrary.a)"
Any suggestions for how to work around this? I'm not even sure forking every
intervening pod would work. Thanks. --Dan
Original comment by PlayfulG...@gmail.com
on 28 Jul 2015 at 5:40
Dan, you will not be able t0 use Analytics-Segmentio with 'use_frameworks' if
it uses GoogleAnalytics. You will either have to stop using 'use_frameworks',
or include Analytics-Segmentio by an alternative method that doesn't involve
CocoaPods.
Original comment by marti...@batangamedia.com
on 28 Jul 2015 at 6:50
Hey, all. So the team is telling me that as of CocoaPods 0.38.1, this should be
working again -- the tl;dr is that CocoaPods changed how it analyzes
dependencies so that dependency trees of pods that are all static libraries can
be linked into the final Swift app.
That said, I'm not sure why Dan's still having trouble. So I'm not quite ready
to mark this as fixed yet...
Original comment by k...@google.com
on 31 Jul 2015 at 2:21
after updating 38.2 and trying google analytics once again, I got this error:
dyld: Library not loaded: @rpath/FBSDKCoreKit.framework/FBSDKCoreKit
Referenced from: /private/var/mobile/Containers/Bundle/Application/B0620FBC-2D8D-4627-838C-F40224FB5141/XXX.app/XXX
Reason: Incompatible library version: XXX requires version 4.0.0 or later, but FBSDKCoreKit provides version 1.0.0
Original comment by ardaer...@gmail.com
on 1 Aug 2015 at 1:03
That sounds like an issue with the FBSDKCoreKit cocoapod, #19, not with the
Google Analytics cocoapod.
Original comment by marcsl...@gmail.com
on 1 Aug 2015 at 5:09
Original issue reported on code.google.com by
adrian.s...@radiowaves.co.uk
on 13 Apr 2015 at 3:39