How to compile Linphone for iPhone ? Couldn't find libmediastreamer_base.a libmediastreamer_voip.a
I am trying to compile linphone source code. I've downloaded the code from Here. When I started the xcode all the libraries are missing. I have installed all ports specified in README file. I did google and got libraries but still I could not find libmediastreamer_base.a and libmediastreamer_voip.a files. Any help ? Have you build libraries? Go to linphone source folder and enter commands: $ cd submodules/build $ make all or if you don't want make your project GPL compliant enter this commands instead: $ cd submodules/build $ make all enable_gpl_third_parties=no This is all written in the