ios - linphone 编译问题(刚从 git 下载)

标签 ios objective-c git linphone

我遵循了此处的说明 http://www.linphone.org/eng/download/git.html .

我打开终端并输入 git clone git://git.linphone.org/linphone-iphone.git --recursive (我包含了--recursive)

但之后我无法编译,因为一些文件丢失了:

enter image description here

enter image description here

最佳答案

您可以尝试重复执行 git clone 的“--recursive”部分的命令(实际上调用 git submodule ):

cd /path/to/linphone # your main parent repo
git submodule update --init --recursive

并查看是否有任何错误消息,或者是否显示丢失的文件。

关于ios - linphone 编译问题(刚从 git 下载),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23708453/

相关文章:

带有 UIImage 的 IOS CollectionView 从 url 加载

ios - 为什么 Google 在实现 (.m) 文件中进行 @class 前向声明?

git - git rebase -i重新设置并强制推送后显示错误的提交历史记录

git bitbucket私有(private)子模块ssh别名问题

Git - 如何重置 "push"

ios - 表格 View 选择和平移手势

objective-c - 如何在我的 iphone 应用程序中将所有信息容纳在一个表格单元格中?

ios - iOS 和 Heroku 上的 FB 平台示例应用 WishList 失败

iphone - 是否可以提交具有不同名称的相同应用程序?

ios - 在 iOS 中将属性字符串设置为 UILabel