I installed the Alamofire plugin to run 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 the workspace and saw that the files related to the Alamofire have disappeared, but I can give an amount in it and call their functions.
What can I have done wrong?