我在这里学习教程:http://trac.pjsip.org/repos/wiki/Getting-Started/iPhone
但我总是在构建项目时遇到编译器错误。
基本上在完成之后:
只是运行:
$ cd /path/to/your/pjsip/dir
$ ./configure-iphone
$ make dep && make clean && make
这些命令似乎运行良好。我在项目的主文件夹中运行它们。
然后我在
ipjsua.xcodeproj
中使用xcode打开pjproject/pjsip-apps/src/ipjsua
并构建项目。我得到:
ld: library not found for -lgsmcodec-arm-apple-darwin9
clang: error: linker command failed with exit code 1 (use -v to see invocation)
在我得到不同的库链接器错误之前。
有谁能就这个发表一篇好的教程吗?
最佳答案
只要跟随this link。我做了一个如何构建和编译pjsip的教程。
关于ios - PJSIP为iphone错误构建,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/12148218/