How to remove library previously installed in cocoapod

To remove the libraray from cocoapod workspace, you can do following actions:

  1. Edit the Podfile of your project, Delete the line of the library you want to delete
  2. Execute the following command:
1
pod update

if you use apple m1, execute:

1
arch -x86_64 pod update

本文标题:How to remove library previously installed in cocoapod

文章作者:Morning Star

发布时间:2021年07月06日 - 06:07

最后更新:2022年01月14日 - 11:01

原始链接:https://www.mls-tech.info/app/swift/how-to-remove-library-previously-installed-in-cocoapod_en/

许可协议: 署名-非商业性使用-禁止演绎 4.0 国际 转载请保留原文链接及作者。