nick
nick

Reputation: 57

Need to track down a copy of version 1.5 of Google Analytics for iOS

I'm adding Google Analytics to my armv6/armv7 project and I get a linker error when trying to build for an armv6 device:

libGoogleAnalytics.a, file is universal but does not contain a(n) armv6 slice for architecture armv6

Turns out that the version of Google Analytics I'm using (1.5.1) dropped support for armv6. Can anyone direct me to a copy of version 1.5, which I presume will work in my project?

Google don't appear to keep archived versions around, and I couldn't dig up a copy looking around the web.

Thanks.

Upvotes: 1

Views: 483

Answers (1)

Eduardo
Eduardo

Reputation: 22834

I got it by guessing the url.

http://dl.google.com/gaformobileapps/GoogleAnalyticsiOS_1.5.tar.gz

Upvotes: 4

Related Questions