Sorry to hijack this thread again..
@magrot: VLC is working fine in both the simulator and on the device itself. However, when I try to archive I get the following error:
Code: Select all
ld: bitcode bundle could not be generated because '/Users/tobias/Dropbox/Dev/fireflixtv/fireflixtv/libTVVLCKit.a(VLCMedia.o)' was built without full bitcode. All object files and libraries for bitcode must be generated from Xcode Archive or Install build for architecture arm64
I understand that vlc must be built with bitcode support for TVOS. Question is where I do that? In the build script or in xcode somewhere?
Now, let's see if I an give something back to the community
@ilvolodel: copy the libTVVLCKit.a to your project folder. In Xcode, go to your Target->Build Phases->Link Binary With libraries. Press the + sign and then "Add other" and browse to the libTVVLCKit.a