I would want to make some changes to the VLC for IOS application, I've tried compiling the project with : ./compileVLCforiOS.sh but after some successful compilations I get the following error :
Code: Select all
~/AleData/Develop/Projects/VLC/VLC-iOS/ImportedSources/VLCKit/MobileVLCKit/ImportedSources/vlc/extras/package/ios
[info] Building MobileVLCKit (Aggregate static plugins, Release)
[info] Building MobileVLCKit (MobileVLCKit, Release)
[info] Build for iphoneos completed
[info] Building MobileVLCKit (Aggregate static plugins, Release)
[info] Building MobileVLCKit (MobileVLCKit, Release)
[info] Building MediaLibraryKit (MediaLibraryKit, Release)
[info] Building GTL (GTLTouchStaticLib, Release)
** BUILD FAILED **
The following build commands failed:
CompileC build/GTL.build/Release-iphoneos/GTLTouchStaticLib.build/Objects-normal/armv7/GTMOAuth2Authentication.o OAuth2/GTMOAuth2Authentication.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)
I'm compiling the version 2.6.6 downloaded from here : http://www.videolan.org/vlc/download-ios.html .
It is possible to directly clone the git repository ?