标签: ios xcode swift cocoa cocoapods
我想知道如何在我的podfile中为Xcode项目删除或更新pod?
例如:
somePod => '1.2' anotherPod => '1.5'
如何从Xcode项目/ podfile中删除/卸载 somePod ?
如何将Xcode项目/ podfile中的 anotherPod 更新为较新版本?
答案 0 :(得分:1)
您是否已将pod提交到存储库,如果需要更多步骤,但基本上
编辑您的podfile,删除您不想要的pod的行并运行pod update。