How to compile Linphone for iPhone ? Couldn't find libmediastreamer_base.a libmediastreamer_voip.a

前端 未结 3 773
时光说笑
时光说笑 2021-01-25 09:02

I am trying to compile linphone source code. I\'ve downloaded the code from Here. When I started the xcode all the libraries are missing. I have installed all ports specified in

3条回答
  •  轮回少年
    2021-01-25 09:15

    1. It seems that the sdk fold is not inclued.

      linphone-sdk/apple-darwin/lib/libmediastreamer_voip.a (and the other)

      You should add this path into your xcode "Build settings" -> "Header search paths"

    2. If these 2 files not exist in the folder, which means mediastreamer not compiled.

提交回复
热议问题