在StackOverflow中构建Linphone ios大约有20个问题.其中一些人询问将Linphone集成到现有的xcode项目中.我跟着他们了.我能够成功构建和运行Linphone项目.
但是,要整合到我现有的项目中,我已经包括:
- linphone-sdk/apple-darwin/include和linphone-sdk/apple-darwin/lib到我的项目.
- 以下几行到Xcode项目 - >构建设置 - >搜索路径/标题搜索路径:子模块/ linphone/coreapi子模块/ linphone/mediastreamer2/include子模块/ linphone/mediastreamer2/include子模块/ linphone/oRTP/include子模块/ externals/gsm/submodules/externals/osip/include子模块/ externals/exosip/include子模块/ externals/speex/include Classes/Utils/NinePatch/Classes/Utils/XMLRPC /
- 将目标成员资格的所有.a标记为当前目标
我还应该做些什么才能让Linphone在我的项目中工作?或者我应该制作Linphone的静态库?如果是的话,我应该注意什么?