paullangtree / analytics-issues

Automatically exported from code.google.com/p/analytics-issues
2 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