Can I Pod XMPPFramework Without All of Its XEP Extension?

北慕城南 提交于 2019-12-13 02:22:56

问题


I've been struggling for archiving my project recently. 2 hours passed and the archiving process still in Running 2 of 2 custom shell scripts phase.

Apparently, after looking into the Report Navigator, the root cause of this is because I am using XMPPFramework Pod and the archiving process took too long in running Copy Pods Resources custom shell script for one of XMPPFramework Extensions XEP (the one which I even don't use).

Then, I think I can get out from this trouble by disabling some XMPPFramework Extensions that I don't use.

So, with me using CocoaPods to install XMPPFramework to my project, can I remove XMPPFramework XEPs that I won't use? I only use 3 XEPs, not all of them.


回答1:


Unfortunately you can't just install the XEP you want when using the pod.

You still have 2 options:

You can install the framework manually: Up to date instructions on how to install XMPPFramework manually?

Or you can edit the XMPPFramework.h to use only the XEP you want, but I don't recommend this one.



来源:https://stackoverflow.com/questions/36326664/can-i-pod-xmppframework-without-all-of-its-xep-extension

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!