尝试 Link 将字符串托管到模拟器 SDK (Linphone) 时出错
Getting Error while trying to Link host strings to simulator SDK (Linphone)
我正在尝试编译从 here 下载的 linphone 源代码。
我正在按照定义的步骤进行操作 here..
问题是我在尝试 Link 将字符串托管到终端上的模拟器 SDK 时遇到错误。它显示以下错误
"No Such file or directory."
我应该怎么做才能解决这个问题? Link 模拟器 SDK 的主机字符串是否有替代方案?
任何 help/suggestion 将不胜感激!
本教程已过时。您不再需要 string
符号链接,因此您应该按照 git 存储库中的自述文件进行操作,它应该可以工作。基本上:
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
我正在尝试编译从 here 下载的 linphone 源代码。
我正在按照定义的步骤进行操作 here..
问题是我在尝试 Link 将字符串托管到终端上的模拟器 SDK 时遇到错误。它显示以下错误
"No Such file or directory."
我应该怎么做才能解决这个问题? Link 模拟器 SDK 的主机字符串是否有替代方案?
任何 help/suggestion 将不胜感激!
本教程已过时。您不再需要 string
符号链接,因此您应该按照 git 存储库中的自述文件进行操作,它应该可以工作。基本上:
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