vlc-plugins-AppleTV.xcconfig missing
Posted: 24 Oct 2018 10:58
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:. All went well, until I tried to build the library with my TVOS project. It errors, because it can't find the file
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!
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
Code: Select all
MobileVLCKit/vlc-plugins-AppleTV.xcconfig
Can someone help me out? Thanks in advance!