UpendraSingh / analytics-issues

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

Add tvOS Arch arm64 TARGET #787

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
---------------------------------------------------------------------------
NOTE: This tool is not designed to request help. It is only for reporting
issues and requesting features for the Google Analytics libraries.

If you are a developer and you need help, visit:
https://developers.google.com/analytics/help/

If you are not a developer and you need help, visit:
https://support.google.com/analytics
---------------------------------------------------------------------------
Name of related component: Core Reporting API

Request summary:
GoogleAnalytics iOS Framework lacks of a tvOS specific TARGET

Use Cases:
Embed GoogleAnalytics Framework in a tvOS app on tvOS App Store. Otherwise the 
XCode Archive will return an error like the following (this was in the case of 
a library that has a similar issue):

This error was since XCode 7.1beta
ld: warning: URGENT: building for tvOS, but linking in object file 
(/ObjectiveLyricsTouch/SDK/SpotifySDK/Spotify.a(framing.c.o)) built for iOS. 
Note: This will be an error in the future.

or again since XCode 7.1.x

ld: in 
/Users/<user>/Documents/projects/test-projects/TvTest/TvTest/Spotify.framework/S
potify(SPTAudioStreamingController.o), building for tvOS, but linking in object 
file built for iOS, for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

The tvOS target has currently tvOS 9.0 as Deployment target, with Bitcode 
support that is enabled by default with the option: -fembed-bitcode in the 
Other C Flags

Original issue reported on code.google.com by lor...@musixmatch.com on 11 Nov 2015 at 9:04

GoogleCodeExporter commented 8 years ago
Hope someone notices this soon. I see 3.14 added bitcode support which gets us 
closer but we need a version of libGoogleAnalyticsServices.a linked against the 
tvOS9.0 SDK. 

Original comment by ch...@x-plane.com on 19 Nov 2015 at 3:53

GoogleCodeExporter commented 8 years ago
Please Google... add support for tvOS.

Original comment by dav...@innosphere.ca on 21 Nov 2015 at 3:22

GoogleCodeExporter commented 8 years ago
While the SDK does not work, we built a wrapper using measurement protocol for 
tvOS: https://github.com/analytics-pros/GA-Tracker-for-Apple-tvOS

Original comment by char...@analyticspros.com on 25 Nov 2015 at 9:01

GoogleCodeExporter commented 8 years ago
Is the solution out for TVOS ?

Original comment by lubhnash...@gmail.com on 28 Dec 2015 at 8:08

GoogleCodeExporter commented 8 years ago
We also need tvOS support for Google Analytics.  It should be very simple, just 
open the project, add tvOS target and compile the code for tvOS.  Can someone 
look into this and make the library available for tvOS?

Original comment by quoct...@gmail.com on 10 Feb 2016 at 6:58

GoogleCodeExporter commented 8 years ago
My wonder at this point is if there is any 3rd party library dependency and/or 
C/C++ legacy code that prevents this task to be completed...

Original comment by lor...@musixmatch.com on 12 Feb 2016 at 9:20

GoogleCodeExporter commented 8 years ago
Is there a timeline for this? 

Original comment by manty...@gmail.com on 24 Feb 2016 at 3:06

GoogleCodeExporter commented 8 years ago
I need this as well...

Original comment by poorn...@gmail.com on 24 Feb 2016 at 8:13

GoogleCodeExporter commented 8 years ago

Original comment by t...@google.com on 7 Mar 2016 at 10:44