如何在xcode中运行PJSIP?(How to run the PJSIP in xcode?)

编程入门 行业动态 更新时间:2024-10-22 15:38:40
如何在xcode中运行PJSIP?(How to run the PJSIP in xcode?)

我是XCode的新手,仍然试图理解Objective-C。 我正在使用xcode 4.3.2,我必须创建一个与PJSIP集成的应用程序。

我找到了这个链接 。 我仍然对这个链接感到困惑,因为文章说我们必须安装命令行工具。 但命令行工具已经安装在我的XCode中。 我怎么用呢?

我是否需要创建视图基础应用程序? 如何运行命令行工具,如链接所示?

I'm new with XCode and still trying to understand objective-C. I'm using xcode 4.3.2, and I have to create an app that integrates with PJSIP.

I found this link. I am still confused about that link, because the article said that we must have installed the command line tool. But the command line tool is already installed in my XCode. How can i use it?

Do I need to create a view base application? how can I run the command line tool like the link says?

最满意答案

命令行工具允许您从源代码编译“传统UNIX程序”,通常使用make 。 如果您使用Xcode创建项目,那么您甚至不需要安装它们。

编辑好你已经编辑了你的问题,说明你面临的真正问题; 您不知道如何使用已安装的PJSIP软件包。 您引用的链接是关于构建PJSIP而不是使用它,因此您仍然可以忘记命令行并专注于如何配置Xcode项目以使用PJSIP。 这将需要设置标题搜索路径和库搜索路径以查找头文件和库文件,以便编译和链接它。 希望它是一个静态库,因为它更容易使用; 如果它是一个动态库或框架,那么你的工作就会被删除,因为它更难以使用。

I done with it by myself. if you face the same problem, you can refer to this link, I already tried and run it. It works both on simulator and device. thanks.

更多推荐

本文发布于:2023-07-23 02:36:00,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1226526.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:如何在   xcode   run   PJSIP

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!