iOS 从 Xcode 项目更新或卸载 pods
iOS update or uninstall pods from Xcode project
我想知道如何删除或更新 Xcode 项目的播客文件中的 pods?
例如:
somePod => '1.2'
anotherPod => '1.5'
如何从我的Xcodeproject/podfileremove/uninstallsomePod?
如何将我的 Xcode project/podfile 中的 anotherPod 更新到较新的版本?
您是否已将 pods 提交到存储库,如果需要更多步骤,但基本上
编辑您的 pod 文件,删除您不需要的 pod 行并 运行 pod 更新。
我想知道如何删除或更新 Xcode 项目的播客文件中的 pods?
例如:
somePod => '1.2'
anotherPod => '1.5'
如何从我的Xcodeproject/podfileremove/uninstallsomePod?
如何将我的 Xcode project/podfile 中的 anotherPod 更新到较新的版本?
您是否已将 pods 提交到存储库,如果需要更多步骤,但基本上
编辑您的 pod 文件,删除您不需要的 pod 行并 运行 pod 更新。