Remove cocoapod plugin from Xcode

Asked

Viewed 35 times

0

I installed the Alamofire plugin to perform some tests. Now I would like to remove it to continue my project.

I already removed it from the Podfile file and executed the command:

pod install

I opened the project again through Workspace and saw that the files related to the Alamofire disappeared, only I can give an import on it and call its functions.

What could I have done wrong?

  • Apparently it keeps keeping reference to pods that we removed, happened to me a few times but after a few builds in the project it loses the reference once and for all. It must be something of the cocoapods in the latest versions of Xcode.

  • OK, I’ll wait a few builds to see what happens

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.