我可以在没有所有XEP扩展的情况下放置XMPPFramework吗? [英] Can I Pod XMPPFramework Without All of Its XEP Extension?

查看:43
本文介绍了我可以在没有所有XEP扩展的情况下放置XMPPFramework吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

最近我一直在努力归档我的项目。经过2个小时,归档过程仍处于 运行2个自定义Shell脚本中的2个 阶段。

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.

显然,在查看了 Report Navigator 之后,这是因为我正在使用 XMPPFramework Pod,并且为 XMPPFramework Extensions XEP 之一运行 Copy Pods Resources 自定义外壳脚本时,归档过程花费了很长时间。 (我什至不使用的那个)。

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).

然后,我认为我可以通过禁用一些我不使用的XMPPFramework扩展。

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

因此,当我使用CocoaPods将XMPPFramework安装到我的项目中时,是否可以删除不使用的XMPPFramework XEP?我只使用3个XEP,而不是全部。

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.

推荐答案

不幸的是,您不能只安装所需的XEP。

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

您仍然有2个选择:

您可以手动安装框架:
< a href = https://stackoverflow.com/questions/9091767/up-to-date-instructions-on-how-to-install-xmppframework-manually/30543948#30543948>有关如何安装XMPPFramework的最新说明

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

还是可以编辑XMPPFramework.h,使其仅使用所需的XEP,但我不建议这样做。

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

这篇关于我可以在没有所有XEP扩展的情况下放置XMPPFramework吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆