To remove the libraray from cocoapod workspace, you can do following actions:
- Edit the Podfile of your project, Delete the line of the library you want to delete
- Execute the following command:
1 | pod update |
if you use apple m1, execute:
1 | arch -x86_64 pod update |