Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在项目的 Build Properties 中进行了一些更改,只是为了设置 libxml2 库的使用。我终于做到了,但是当我回来编译我的应用程序时,出现了这个错误:
找不到 -lidn 的库
我在我的项目中使用 XMPPFramework,并且需要 libdn。似乎找不到图书馆。有什么建议吗?
非常感谢。
如果你通过 CocoaPods 安装 XMPPFramework
选择构建设置
搜索库搜索路径
添加“$(PODS_ROOT)/XMPPFramework/Vendor/libidn”
单击project target -> Build Settings并搜索名为“ Library Search Paths ”的部分,单击并+添加XMPPFramework Path/Vendor/libidn并DebugRelease
project target -> Build Settings
+
XMPPFramework Path/Vendor/libidn
Debug
Release