iOS使用第三方SDK Apple Match

编程入门 行业动态 更新时间:2024-10-25 18:34:11
iOS使用第三方SDK Apple Match-O链接器错误(iOS Use third party SDK Apple Match-O linker error)

我正在开发一款需要sipphone的应用程序。

AppDelegate.m添加

portSIPSDK = [[PortSIPSDK alloc] init]

我会得到142个错误

Apple Mach-O链接器错误。

以下是我得到的错误:

I'm developing an app that requires sipphone .

AppDelegate.m add

portSIPSDK = [[PortSIPSDK alloc] init]

I will get 142 errors

Apple Mach-O Linker Error.

Here are the errors i get:

最满意答案

在您的项目中,转到Build Settings - > Search Paths。 对于选项框架搜索路径,请删除与应用程序文件夹路径不同的任何搜索路径。

然后将框架重新链接到项目中。 务必将项目复制到应用程序目录中。 (在将项目添加到项目时单击复选标记)。

希望有所帮助。

In your project go to Build Settings -> Search Paths. For the option Framework Search Paths remove any search paths that are different from your application folder path.

Then relink your frameworks into the project. Be sure to copy the items into the application directory. (Click the checkmark while adding the framework to your project).

Hope that helps.

更多推荐

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

发布评论

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

>www.elefans.com

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