Getting Error while trying to Link host strings to simulator SDK (Linphone)

120 Views Asked by At

I am trying to compile linphone source code downloaded from here.

I am following the steps defined here..

The problem is I am getting error while trying to Link host strings to simulator SDK on terminal. Its showing following error

"No Such file or directory."

Here is screenshot of my terminal...

What should I do to solve this problem? Is there any alternate to Link host strings to simulator SDK ?

Any help/suggestion will be appreciated!

1

There are 1 best solutions below

6
On BEST ANSWER

This tutorial is obsolete. You don't need the string symlink anymore, so you should follow the README instead from the git repository and it should work. Basically:

git clone --recursive https://github.com/BelledonneCommunications/linphone-iphone
cd linphone-iphone
./prepare.py # this might raise some errors "Please install XXX program. Do that."
make
open linphone.xcodeproj