Page 1 of 1

vlc-plugins-AppleTV.xcconfig missing

Posted: 24 Oct 2018 10:58
by Waxyen
Hey all,

I like to update VLCKit in my TVOS-project, and so I downloaded the latest version from the master repo (commit 8d98ee3ce0a26380bb80ea46e5769cbaaf15b086). I built on MacOS with the command:

Code: Select all

./compileAndBuildVLCKit.sh -t
. All went well, until I tried to build the library with my TVOS project. It errors, because it can't find the file

Code: Select all

MobileVLCKit/vlc-plugins-AppleTV.xcconfig
I can remember missing the file last time as well, but then I copied it from somewhere. This time, it is not that easy, because there are a lot of linked files that don't exist anymore (liba52_plugin.a to give an example).

Can someone help me out? Thanks in advance!