Page 1 of 1

Compile ios source code

Posted: 26 Jul 2015 13:54
by yakir.sayada
Hi everyone ,

Somebody have step by step how to compile the source code for IOS ?
Please help .

Re: Compile ios source code

Posted: 26 Jul 2015 14:28
by yakir.sayada
OK i successed but now #import <MobileVLCKit/MobileVLCKit.h> not found

Re: Compile ios source code

Posted: 26 Jul 2015 15:03
by fkuehne
Read the compilation HOWTO. http://wiki.videolan.org/iOSCompile

Re: Compile ios source code

Posted: 26 Jul 2015 15:11
by yakir.sayada
I'm working with this guide ... but got this error - <MobileVLCKit/MobileVLCKit.h> not found

Re: Compile ios source code

Posted: 26 Jul 2015 19:15
by fkuehne
Sorry, this is way too litte information to help you. You don't even say which version of VLC for iOS you are compiling, where the code came from, Xcode version, OS X version. Seriously?

Re: Compile ios source code

Posted: 27 Jul 2015 09:17
by yakir.sayada
Version - 2.6.2
i'm download the source from here - git://git.videolan.org/vlc-ports/ios.git
compile to simulator from here - sh compileVLCforiOS.sh -s
and for device from here - sh compileVLCforiOS.sh
install all cocoa-pods components

When i build the project i have got that this framework missing - #import <MobileVLCKit/MobileVLCKit.h> not found ...

Clear enough ?

Re: Compile ios source code

Posted: 27 Jul 2015 09:22
by fkuehne
No. Obviously, the build script fails at some point, but you don't provide the log.

Re: Compile ios source code

Posted: 27 Jul 2015 12:49
by yakir.sayada
there is no log yet , this is failed in MobileMediaLibraryKit_Prefix.pch --> #import <MobileVLCKit/MobileVLCKit.h> not found ...