Integrate linphone into iOS

不问归期 提交于 2019-12-06 04:27:20

See the Header Search Paths in your Build Settings. And copy paste them from the Linphone sample app.

Kevin Delord

I wrote an answer here. It's a bit long but I sincerely hope it is clear enough and will help you (and the others in the future) to build and integrate Linphone!

Best,

For "ortp/ortp.h" File Not Found Error!

  1. Check your "linphone-sdk" fold, if added to the project
  2. If added, check the libOrtp.a in linphone-sdk/apple-darwin/lib/
  3. If exist, check the "Build Phases" -> "link binary with libraries", if "libOrtp.a" included
  4. After all above are done, check the "Build settings" -> "header search paths", and add "$(SRCROOT)/liblinphone-sdk/apple-darwin/include"

Problem solved!

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!