如何从Xcode项目中删除可可豆荚插件之一 [英] How to remove one of the cocoa pods plugin from Xcode project

查看:88
本文介绍了如何从Xcode项目中删除可可豆荚插件之一的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

任何人都知道如何从Xcode项目中删除一个可可豆荚插件吗?例如,我已经在项目中安装了afnetworkingnyximagekit.现在,我要删除nyximagekit,但保留afnetwoking.该怎么做?

anyone know how to remove one of the cocoa pods plugin from Xcode project ? For example, I have installed afnetworking and nyximagekit in my project. Now, I want to remove nyximagekit but keep afnetwoking. How to do that ?

推荐答案

您必须编辑Podfile(terminal.app中的$ emacs Podfile)并从其中删除行pod 'nyximagekit'. (ctrl+xctrl+s保存,然后ctrl-xctrl+c退出emacs)

You have to edit the Podfile ($ emacs Podfile in terminal.app) and remove the line pod 'nyximagekit' from it. (ctrl+x, ctrl+s to save, then ctrl-x, ctrl+c to quit emacs)

完成此操作后,运行pod update,它将从项目中删除nyximagekit.

Once you did that, run pod update and it will remove nyximagekit from your project.

这篇关于如何从Xcode项目中删除可可豆荚插件之一的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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