I am trying to compile MobileVLCKit based on instructions in this page:
https://wiki.videolan.org/VLCKit/
When I run ./buildMobileVLCKit.sh
It start doing some thing and the download about 200 MB and finally shows below error:
The following build commands failed:
CompileC build/MobileVLCKit.build/Release-iphoneos/MobileVLCKit.build/Objects-normal/armv7/VLCLibrary.o Sources/VLCLibrary.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)
I checked the iOS sample but still it has not working.
I also tried to build it with ./buildMobileVLCKit.sh -s
but I see below error:
The following build commands failed:
CompileC build/MobileVLCKit.build/Release-iphonesimulator/MobileVLCKit.build/Objects-normal/i386/VLCLibrary.o Sources/VLCLibrary.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)
I also see this post:
MobileVLCKit fails while compiling
and checked the url for the precompiled sources at here:
http://nightlies.videolan.org/build/iOS/
but actually I am not any idea on how can I use them. Even I do not know I should download witch of them?!!
Does some body any idea on what is the problem with building this library or how to use this precompiled files.