alloy / UitzendingGemist-ATV2

A simple Apple TV 2 application that shows content from UitzendingGemist.nl without having to use AirPlay.
MIT License
95 stars 5 forks source link

Can't load on iOS 6.1 / AppleTV Software 5.2 #1

Closed muuuh closed 11 years ago

muuuh commented 11 years ago

Hi,

thanks for your code.

I get the following error when I try to use Gemist:

Mar  5 21:22:18  AppleTV[89] <Warning>: BLAppManager -> attempting to load legacy Gemist.frappliance...
Mar  5 21:22:18  AppleTV[89] <Error>: Error loading /var/stash/Applications/AppleTV.app/Appliances/Gemist.frappliance/Gemist:  dlopen(/var/stash/Applications/AppleTV.app/Appliances/Gemist.frappliance/Gemist, 265): Symbol not found: _OBJC_CLASS_$_BRAlertController
      Referenced from: /var/stash/Applications/AppleTV.app/Appliances/Gemist.frappliance/Gemist
      Expected in: flat namespace
     in /var/stash/Applications/AppleTV.app/Appliances/Gemist.frappliance/Gemist
Mar  5 21:22:18  AppleTV[89] <Warning>: BLAppManager -> failed to load legacy Gemist.frappliance

I received syslog with http://theiphonewiki.com/wiki/System_Log#Read_syslog_from_command_line

Thanks

--edit: changed UZGAppliance.m #define ENABLE_BETA_FEATURES 0

alloy commented 11 years ago

Which Apple TV & iOS version do you have?

alloy commented 11 years ago

Ugh, sorry, missed the title :D This code does not run on Apple TV 5.2 / iOS 6 as stated in the README. I’ll gladly accept patches, but I think it will be quite a feat.

alloy commented 11 years ago

(Updated README to be extra clear, thanks.)

alloy commented 11 years ago

The issue about iOS 6 is outlined here: https://github.com/lechium/HelloWorld_ATVBlack6/blob/master/README.md.

muuuh commented 11 years ago

Oh, missed that. Thanks anyway!