I need to build linphone for iOS (both android and windows after that, but this will be a later problem). Since no one can answer my previous question and the like , can someone at least point me to a good resource on this issue? It seems to me that I have already tried everything, and the project will still not compile (there are many files missing, include paths wrong, libraries cannot be found, etc.). As far as I know, Linphone has no forum, and any topics that I find on the Internet go unanswered. SO has 14 questions about linphone as a whole, apart from this, 3 of which answer.
I want to want to compile linphone for iOS, what I need for this is a good guide to configure everything. This is what I tried:
-What step in README.macos (turned out to be the wrong project, I needed an iphone)
-What step in linphone-iphone / README (now I have an xcode project)
-Opened the xcode project and tried to compile (many missing files)
-Tried fixing includes paths in the source and adding missing libraries manually (Ran to files that link to nonexistent files)
I also tried this guide and this one . Both of them are almost the same as what is described in the readme files, with some slight differences, so I tried them anyway.
I miss the various .a files (I have a project folder for most, but compiling them does not lead to installing lib). I also skipped some .h files, even those that are supposed to be in the same folder as some that I have. And I missed one .png file (linphone-banner.png), which I already downloaded and placed in the right folder.
source share