Page 1 of 1

VLC iOS build failing.

Posted: 18 Dec 2017 20:16
by sunil_vlc
Hello,
I am trying to build VLC with steps from https://wiki.videolan.org/IOSCompile/, but it is not getting completed because of the dependencies not downloading properly. Can someone please copy the entire folder to a sharedrive , so that I can download and build?.

thanks,
Suni.

Re: VLC iOS build failing.

Posted: 18 Dec 2017 21:02
by bubu?
Hi,

Could you give a little bit more detail on the build error message(s)?

Re: VLC iOS build failing.

Posted: 19 Feb 2018 10:41
by sunil_vlc
Please find the error: Compiling to device iPhone 6.

Undefined symbols for architecture armv7:
"_VTIsHardwareDecodeSupported", referenced from:
_OpenDecoder in MobileVLCKit(libvideotoolbox_plugin_la-videotoolbox.o)
_OpenDecoder in MobileVLCKit(libvideotoolbox_plugin_la-videotoolbox.o)
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Re: VLC iOS build failing.

Posted: 20 Feb 2018 11:51
by fkuehne
The SDK you are using is too old to compile VLC, it seems.

Re: VLC iOS build failing.

Posted: 21 Feb 2018 10:49
by sunil_vlc
Can you please direct me to correct SDK?, I downloaded the code from https://www.videolan.org/vlc/download-ios.html and dependencies using cocoapods.

Re: VLC iOS build failing.

Posted: 21 Feb 2018 12:04
by Carola
Please try to clone it from gitlab directly or github.
This might be easier and follow the let's compile section of the README : https://github.com/videolan/vlc-ios
Let us know if you still see this issue