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.– iTSangar
OK, I’ll wait a few builds to see what happens
– Arubu