从Xcode项目iOS更新或卸载pod

时间:2015-09-18 20:20:05

标签: ios xcode swift cocoa cocoapods

我想知道如何在我的podfile中为Xcode项目删除或更新pod?

例如:

somePod => '1.2'
anotherPod => '1.5'
  1. 如何从Xcode项目/ podfile中删除/卸载 somePod

  2. 如何将Xcode项目/ podfile中的 anotherPod 更新为较新版本?

1 个答案:

答案 0 :(得分:1)

您是否已将pod提交到存储库,如果需要更多步骤,但基本上

编辑您的podfile,删除您不想要的pod的行并运行pod update。