Cocoapods:如何手动删除一个吊舱?

时间:2018-11-29 03:16:29

标签: xcode cocoapods

如何使用Xcode中的Cocoapods手动删除一个吊舱?

我知道pod deintegrate,我看过How to remove CocoaPods from a project?

对我来说太难了。需要更多详细信息或教程。


这样做的原因:

我参加了一个古老的大型项目。那里有成千上万的警告。所以我想维护该项目的个人版本。

开始删除一个Pod时,运行pod install后失败

警告:

term pod install                                
Analyzing dependencies
[!] The version of CocoaPods used to generate the lockfile (1.5.0) is higher than the version of the current executable (1.4.0). Incompatibility issues may arise.
Cloning spec repo `z-appplatform-zspecs` from `http://git.zsys.com/AppPlatform/zSpecs.git`
[!] Unable to add a source with url `http://git.zsys.com/AppPlatform/zSpecs.git` named `z-appplatform-zspecs`.
You can try adding it manually in `~/.cocoapods/repos` or via `pod repo add`.

[!] Smart quotes were detected and ignored in your Podfile. To avoid issues in the future, you should not use TextEdit for editing it. If you are not using TextEdit, you should turn off smart quotes in your editor of choice.

远程仓库是我公司的服务器,我需要授权(秘密)。

与我的领导者进行了很多沟通之后,他说:“吊舱不需要更新。他不能给我授权远程回购,他会为我手动完成”。

不方便,要尝试大量改进大型项目。

0 个答案:

没有答案