iOS XMPPFramework 环境配置

1:下载 iOS XMPPFramework  https://github.com/robbiehanson/XMPPFramework

2:下载解压zip文件之后,把如下文件导入到 你的 项目中

  • Authentication
  • Categories
  • Core
  • Extensions
  • Utilities
  • Vendor

   iOS XMPPFramework 环境配置

3: 导入项目库的依赖文件库

在xcode target---build phases ----link Bianry with libares 导入如下依赖库

  • CFNetwork.framework
  • SystemConfiguration.framework
  • libxml2.dylib
  • libresolv.dylib

 iOS XMPPFramework 环境配置

4: 配置libxml2库

在 Project-->Build Settings --> Header Search Paths --->添加 /usr/include/libxml2

5: commit + b 编译项目,看是否通过!上述配置之后,一般编译就能通过了!

参考:https://github.com/robbiehanson/XMPPFramework/wiki/GettingStarted_iOS

相关文章:

  • 2021-11-19
  • 2022-12-23
  • 2021-07-09
  • 2021-08-27
  • 2022-12-23
  • 2022-12-23
  • 2021-12-05
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-12-15
  • 2022-12-23
  • 2022-01-11
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案