compiling for tvOS
Posted: 24 Sep 2015 16:07
Hi there,
I have downloaded the latest source and have compiled using
However, I am unsure what I need to now pull into my Apple TV project. Is it all the files that are produced under
e.g.
'install-ios-AppleTVOS', 'install-ios-AppleTVSimulator' and 'install-ios-AppleTV' folders. I tried pulling these in, but I still cannot source code using any of these statements:
or
etc
Any pointers on how I can do it would be appreciated.
I have downloaded the latest source and have compiled using
Code: Select all
$ ./buildMobileVLCKit.sh -t -w
Code: Select all
VLCKit/MobileVLCKit/ImportedSources/vlc
'install-ios-AppleTVOS', 'install-ios-AppleTVSimulator' and 'install-ios-AppleTV' folders. I tried pulling these in, but I still cannot source code using any of these statements:
Code: Select all
#import <TVVLCKit/VLCLibrary.h>
#import <TVVLCKit/VLCMedia.h>
#import <TVVLCKit/VLCMediaDiscoverer.h>
#import <TVVLCKit/VLCMediaList.h>
#import <TVVLCKit/VLCMediaPlayer.h>
#import <TVVLCKit/VLCMediaListPlayer.h>
#import <TVVLCKit/VLCMediaThumbnailer.h>
#import <TVVLCKit/VLCTime.h>
Code: Select all
#import "VLCMedia.h"
Any pointers on how I can do it would be appreciated.