I need to build linphone for iOS (and android and windows after that, but that is of later concern). Since no one is able to answer my previous questionmy previous question nor a similar onea similar one, can someone at least point me to a good resource on the subject? I feel like I tried everything already, and the project still won't compile (lot's of files missing, include paths are wrong, libraries can't be found etc...). Linphone doesn't have a forum as far as I know, and any threads I find on the internet are unanswered. SO has 14 questions about linphone in total uncluding this one, 3 of which are answered.
Want I want is to compile linphone for iOS, what I need for that is a good lead on how to set everything up. This is what I have tried:
-Every step in README.macos (turned out to be the wrong project, I needed the iphone one)
-Every step in linphone-iphone/README (I have an xcode project now)
-Opened the xcode project and tried to compile (lots of missing files)
-Tried fixing include paths in the source and adding the missing libs manually (Ran into files referencing non-existent files)
I also tried this guide and this one. Both are pretty much the same as what is described in the readme files, with some minor differences, so I tried them anyway.
I'm missing various .a files (I have a project folder for most, but compiling them doesn't result in the lib being installed). I also miss some .h files, even some that are supposed to be in the same folder as some I do have. And I missed one .png file (linphone-banner.png) which I downloaded and put in the right folder already.