AbdFatah / analytics-issues

Automatically exported from code.google.com/p/analytics-issues
0 stars 0 forks source link

armv7s support #234

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Name of affected component: Mobile Tracking iOS lib

Name of related library and version, if applicable (e.g. Android, iOS,
Snippets, etc.): iOS 1.4

Issue summary:
app will not compile with armv7s architecture support

Steps to reproduce issue:
1. use Xcode 4.5 GM
2. have armv7s in supported architectures
3. try to build

Expected output:
I would expect it to work

Actual results:
Apple Mach-O Linker Error:
ld: file is universal (3 slices) but does not contain a(n) armv7s slice: 
/Users/***/Desktop/iOS/MyApp/Classes/Library/libGoogleAnalytics.a for 
architecture armv7s
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Notes:
because of the new iphone.

Original issue reported on code.google.com by tharter....@gmail.com on 13 Sep 2012 at 9:19

GoogleCodeExporter commented 9 years ago
Both the old (v1) SDK and the new (v2) SDK should have support for armv7s.  You 
can find the v1 SDK at

http://dl.google.com/dl/gaformobileapps/googleanalyticsios_1.5.1.tar.gz

while the v2 SDK can be found at

http://dl.google.com/dl/gaformobileapps/googleanalyticsios.zip

Original comment by j...@google.com on 1 Nov 2012 at 6:34

GoogleCodeExporter commented 9 years ago

Original comment by awa...@google.com on 7 Nov 2013 at 8:29