1.从git上下载linphone的demo:https://github.com/BelledonneCommunications/linphone-iphone
或者
打开终端
gitclonehttps://github.com/BelledonneCommunications/linphone-iphone.git
2.运行prepare.py报错
3.解决Python版本问题
git 上的python是2.x的而我本地的python版本是3.x的,导致了这个问题。可惜python不好,于是我把python3.x删除啦。因为苹果自带python好像是2.x的。所以正常跑通。
4.没想到不到1s中 ,又报错了
5.查了一下这个错误这么解决:
git submodule update --init --recursive