简体   繁体   中英

How to import XMPPFramewrok files manually in Cocoa Touch Framework in Swift 4?

I am trying to add XMPPFramework files manually inside my private CocoaTouchFramework which is in Swift 4.

I have added the files manually and also added the dependencies and it's building successfully.

Now I want to use this XMPPFramework files inside my framework. How can i import that?

Edited >> I found that for importing sub modules I need to create module.modulemap file, which will allow me to user XMPP files inside my framework. Looking forward to hint towards that.

Thanks,

Pratik

首先下载示例项目,然后解压缩XMPP框架并将其放在您的项目链接下载项目中

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM