我正在尝试在iPhone模拟器上安装pjsip,但我遇到了问题。我按照http://trac.pjsip.org/repos/wiki/Getting-Started/iPhone中的教程进行了操作,并执行了以下步骤:
pjproject-2.0.1 $ export DEVPATH=/Developer/Platforms/iPhoneSimulator.platform/Developer
pjproject-2.0.1 $ export CC=/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.0
pjproject-2.0.1 $ ./configure-iphone configure-iphone error: directory /Developer/Platforms
/iPhoneSimulator.platform/Developer不存在。请安装iPhone开发套件
我在这里缺少什么。有人可以给我一些关于如何解决这个错误的线索吗?
答案 0 :(得分:3)
如果您使用的是最新的SDK,则路径不正确,因为最新的Xcode和iOS SDK在Xcode app文件夹中有Developer文件夹。 (/Applications/Xcode.app/Contents/
)
将您的出口更改为以下
export DEVPATH=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer
export CC=/Applications/Xcode.app/Contents/Developer/usr/bin
答案 1 :(得分:1)
如果您正在关注上述链接并尝试在iPhone模拟器上安装pjsip,请跳过构建PJSIP 指令部分($ cd / path / to / your / pjsip / dir $ ./configure -iphone $ make dep&& make clean&& make)直接转到模拟器构建指令希望它可以帮到你。如果您遇到任何问题,请尝试告诉我。
答案 2 :(得分:0)
try this,我只是用我的xcode测试它。我也在设备上测试。有用。
答案 3 :(得分:0)
请查看以下链接。您将从那里获得源代码,并可以为设备和模拟器构建。
https://github.com/radif/SIPHON-SIP-Client-that-actually-compiles